<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[What&#x27;s the meaning of these log entries?]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I see entries like these in the log of my Nextcloud app:</p>
<pre><code>
May 20 20:49:22 11:M 20 May 2023 18:49:22.055 * 10 changes in 300 seconds. Saving...
May 20 20:49:22 11:M 20 May 2023 18:49:22.056 * Background saving started by pid 645
May 20 20:49:22 645:C 20 May 2023 18:49:22.066 * DB saved on disk
May 20 20:49:22 645:C 20 May 2023 18:49:22.067 * RDB: 0 MB of memory used by copy-on-write
May 20 20:49:22 11:M 20 May 2023 18:49:22.156 * Background saving terminated with success
[...]
</code></pre>
<p dir="auto">What's the meaning of entries like "11:M" and "645:C"?</p>
<p dir="auto">Best Regards,</p>
]]></description><link>https://forum.cloudron.io/topic/9255/what-s-the-meaning-of-these-log-entries</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 13:16:00 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/9255.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 20 May 2023 18:58:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to What&#x27;s the meaning of these log entries? on Sun, 21 May 2023 06:41:30 GMT]]></title><description><![CDATA[<p dir="auto">redis logs are of the format <code>pid:role timestamp loglevel message</code> . pid is container local.</p>
<p dir="auto">Role is:</p>
<ul>
<li>X sentinel</li>
<li>C RDB/AOF writing child</li>
<li>S slave</li>
<li>M master</li>
</ul>
<p dir="auto">Unfortunately, there is no way to change the log format in redis (afaik). We just need the message really (others are not useful on Cloudron). See also <a href="https://github.com/redis/redis/issues/2545" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/redis/redis/issues/2545</a></p>
]]></description><link>https://forum.cloudron.io/post/66978</link><guid isPermaLink="true">https://forum.cloudron.io/post/66978</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sun, 21 May 2023 06:41:30 GMT</pubDate></item></channel></rss>