<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Log files taking up a ridiculous amount of space in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/log-files-taking-up-a-ridiculous-amount-of-space/m-p/286112#M239242</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cleanup up log files does not fall into the responsibility of Alfresco. Log files are the responsibility of the system administrator who might have very specific requirements on how long he wants to keep them around, and also how he might want to store them long term (I know customers that maintain a full year of log files to be able to check if a new error might have occurred before).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The amount of data that is logged is typically defined by the system administrator - Alfresco only provides a default log configuration to reduce the amount of settings the administrator to a reasonable number. Depending on what the system is actually doing, some messages are filtered and some output to the log file. I have one system I currently work with which only logs aout a megabyte of status messages per day, but last week, produced 600 megabytes for two days each due to some misbehaving background process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Depending on the operating system, there might also be the requirement of managing logs (cleanup / rotation / auto-compression) using existing tools / mechanics. E.g. in Linux environments, an administrator does not want Alfresco to do anything but output to file since the logrotate deamon typically takes care of compressing log files and keeping either a certain amount of files or for a certain duration before clearing them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I advise reading into:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco documentation on &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/5.0/concepts/dev-extensions-modules-module-log4j.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.0/concepts/dev-extensions-modules-module-log4j.html&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;log files&amp;lt;/a&amp;gt; and &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/5.0/tasks/log-levels-set.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.0/tasks/log-levels-set.html&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;setting log levels&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Log4j 1.2 documentation (this was previously on &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="https://logging.apache.org/log4j/1.2/" rel="nofollow noopener noreferrer"&gt;https://logging.apache.org/log4j/1.2/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;the homepage&amp;lt;/a&amp;gt; but since EoL announcement I couldn't find it)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Log4j 1.2 &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://www.qos.ch/shop/products/log4jManual" rel="nofollow noopener noreferrer"&gt;http://www.qos.ch/shop/products/log4jManual&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;complete manual&amp;lt;/a&amp;gt; (this is not the official manual of the project, but a very, very extended version of it)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://www.linuxcommand.org/man_pages/logrotate8.html" rel="nofollow noopener noreferrer"&gt;http://www.linuxcommand.org/man_pages/logrotate8.html&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;logrotate manpage&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Feb 2016 11:42:29 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2016-02-22T11:42:29Z</dc:date>
    <item>
      <title>Log files taking up a ridiculous amount of space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/log-files-taking-up-a-ridiculous-amount-of-space/m-p/286111#M239241</link>
      <description>After having the Alfresco server go down due to a lack of disk space, I found a load of Tomcat logs using up gigs of space. I deleted them and we were doing fine, now having had the same issue I'm finding loads of log files in the Alfresco directory. The files are named along the lines of; alfresco.</description>
      <pubDate>Sat, 20 Feb 2016 10:43:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/log-files-taking-up-a-ridiculous-amount-of-space/m-p/286111#M239241</guid>
      <dc:creator>scorpiotiger</dc:creator>
      <dc:date>2016-02-20T10:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Log files taking up a ridiculous amount of space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/log-files-taking-up-a-ridiculous-amount-of-space/m-p/286112#M239242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cleanup up log files does not fall into the responsibility of Alfresco. Log files are the responsibility of the system administrator who might have very specific requirements on how long he wants to keep them around, and also how he might want to store them long term (I know customers that maintain a full year of log files to be able to check if a new error might have occurred before).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The amount of data that is logged is typically defined by the system administrator - Alfresco only provides a default log configuration to reduce the amount of settings the administrator to a reasonable number. Depending on what the system is actually doing, some messages are filtered and some output to the log file. I have one system I currently work with which only logs aout a megabyte of status messages per day, but last week, produced 600 megabytes for two days each due to some misbehaving background process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Depending on the operating system, there might also be the requirement of managing logs (cleanup / rotation / auto-compression) using existing tools / mechanics. E.g. in Linux environments, an administrator does not want Alfresco to do anything but output to file since the logrotate deamon typically takes care of compressing log files and keeping either a certain amount of files or for a certain duration before clearing them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I advise reading into:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco documentation on &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/5.0/concepts/dev-extensions-modules-module-log4j.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.0/concepts/dev-extensions-modules-module-log4j.html&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;log files&amp;lt;/a&amp;gt; and &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/5.0/tasks/log-levels-set.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.0/tasks/log-levels-set.html&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;setting log levels&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Log4j 1.2 documentation (this was previously on &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="https://logging.apache.org/log4j/1.2/" rel="nofollow noopener noreferrer"&gt;https://logging.apache.org/log4j/1.2/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;the homepage&amp;lt;/a&amp;gt; but since EoL announcement I couldn't find it)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Log4j 1.2 &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://www.qos.ch/shop/products/log4jManual" rel="nofollow noopener noreferrer"&gt;http://www.qos.ch/shop/products/log4jManual&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;complete manual&amp;lt;/a&amp;gt; (this is not the official manual of the project, but a very, very extended version of it)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://www.linuxcommand.org/man_pages/logrotate8.html" rel="nofollow noopener noreferrer"&gt;http://www.linuxcommand.org/man_pages/logrotate8.html&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;logrotate manpage&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 11:42:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/log-files-taking-up-a-ridiculous-amount-of-space/m-p/286112#M239242</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-02-22T11:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Log files taking up a ridiculous amount of space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/log-files-taking-up-a-ridiculous-amount-of-space/m-p/286113#M239243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same issue with a recent 5.1.3 installation.&lt;/P&gt;&lt;P&gt;I do not understand why logs files such as local_access_log&amp;lt;date&amp;gt;.txt are so big !&lt;/P&gt;&lt;P&gt;More than 3 Gb. each day when the system is not even in production which means that there are no users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your means&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 09:48:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/log-files-taking-up-a-ridiculous-amount-of-space/m-p/286113#M239243</guid>
      <dc:creator>guithon</dc:creator>
      <dc:date>2017-09-01T09:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Log files taking up a ridiculous amount of space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/log-files-taking-up-a-ridiculous-amount-of-space/m-p/286114#M239244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://connect.hyland.com/legacyfs/online/alfresco/15974_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 09:49:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/log-files-taking-up-a-ridiculous-amount-of-space/m-p/286114#M239244</guid>
      <dc:creator>guithon</dc:creator>
      <dc:date>2017-09-01T09:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Log files taking up a ridiculous amount of space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/log-files-taking-up-a-ridiculous-amount-of-space/m-p/286115#M239245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are that big because SOLR will regularly poll for changes to index and that produces data even if no users are active. You can always disable the Tomcat access logs, e.g. if you already have a proxy in place to capture the relevant accesses. Simply remove the access log valve from the Tomcat server.xml.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 09:51:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/log-files-taking-up-a-ridiculous-amount-of-space/m-p/286115#M239245</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-09-01T09:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Log files taking up a ridiculous amount of space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/log-files-taking-up-a-ridiculous-amount-of-space/m-p/286116#M239246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Axel.&lt;/P&gt;&lt;P&gt;I precise that there are no data in the system yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 09:55:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/log-files-taking-up-a-ridiculous-amount-of-space/m-p/286116#M239246</guid>
      <dc:creator>guithon</dc:creator>
      <dc:date>2017-09-01T09:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Log files taking up a ridiculous amount of space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/log-files-taking-up-a-ridiculous-amount-of-space/m-p/286117#M239247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.zylk.net/es/web-2-0/blog/-/blogs/simple-tips-about-alfresco-logs" title="https://www.zylk.net/es/web-2-0/blog/-/blogs/simple-tips-about-alfresco-logs" rel="nofollow noopener noreferrer"&gt;Basic maintenaince of your Alfresco logs - Simple tips about Alfresco logs - zylk&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 22:31:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/log-files-taking-up-a-ridiculous-amount-of-space/m-p/286117#M239247</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2017-09-01T22:31:26Z</dc:date>
    </item>
  </channel>
</rss>

