<?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: Very heavy logs files alfresco content service in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/very-heavy-logs-files-alfresco-content-service/m-p/486229#M39784</link>
    <description>&lt;P&gt;I'm having the same problem above, but even changing this line in server.xml doesn't work. Could you help me? I'd be grateful.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jan 2025 20:02:24 GMT</pubDate>
    <dc:creator>Higor</dc:creator>
    <dc:date>2025-01-16T20:02:24Z</dc:date>
    <item>
      <title>Very heavy logs files alfresco content service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/very-heavy-logs-files-alfresco-content-service/m-p/140152#M37465</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I founds very heavy logs files in the logs directory of tomcat, at this path: /opt/alfresco-community/tomcat/logs/.&lt;BR /&gt;Periodically, i must delete most of this files manually because they consume almost all of the disk space available. Why this appens? I thought that its depends form the system.serverMode variable of the properties file, but I understood that this is not the case.&lt;/P&gt;&lt;P&gt;Thanks to all.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 10:01:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/very-heavy-logs-files-alfresco-content-service/m-p/140152#M37465</guid>
      <dc:creator>zlucy82</dc:creator>
      <dc:date>2021-12-01T10:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Very heavy logs files alfresco content service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/very-heavy-logs-files-alfresco-content-service/m-p/140153#M37466</link>
      <description>&lt;P&gt;What are the names of the files generated in that folder?&lt;/P&gt;
&lt;P&gt;You can control verbosity from Alfresco application and Tomcat configuration.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 13:08:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/very-heavy-logs-files-alfresco-content-service/m-p/140153#M37466</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2021-12-01T13:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Very heavy logs files alfresco content service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/very-heavy-logs-files-alfresco-content-service/m-p/140154#M37467</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the files are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;catalina.&amp;lt;date&amp;gt;.log&lt;/LI&gt;&lt;LI&gt;host-manager.&amp;lt;date&amp;gt;.log&lt;/LI&gt;&lt;LI&gt;localhost.&amp;lt;date&amp;gt;.log&lt;/LI&gt;&lt;LI&gt;localhost_access_log&amp;lt;date&amp;gt;.txt&lt;/LI&gt;&lt;LI&gt;manager.&amp;lt;date&amp;gt;.log&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;They are generated every day.&lt;/P&gt;&lt;P&gt;The heaviest files are localhost_access_log&amp;lt;date&amp;gt; .txt, theirs weight can be also 900MB and more.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 09:21:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/very-heavy-logs-files-alfresco-content-service/m-p/140154#M37467</guid>
      <dc:creator>zlucy82</dc:creator>
      <dc:date>2021-12-03T09:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Very heavy logs files alfresco content service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/very-heavy-logs-files-alfresco-content-service/m-p/140155#M37468</link>
      <description>&lt;P&gt;That log is coming from Tomcat.&lt;/P&gt;
&lt;P&gt;You need to modify the &lt;STRONG&gt;conf/server.xml&lt;/STRONG&gt; from Tomcat to remove/comment the Valve &lt;EM&gt;org.apache.valves.AccessLogValve&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://techblog.jeppson.org/2015/02/disable-access-logging-tomcat-7/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://techblog.jeppson.org/2015/02/disable-access-logging-tomcat-7/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 10:24:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/very-heavy-logs-files-alfresco-content-service/m-p/140155#M37468</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2021-12-03T10:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Very heavy logs files alfresco content service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/very-heavy-logs-files-alfresco-content-service/m-p/140156#M37469</link>
      <description>&lt;P&gt;Thanks, I also found this link very useful: &lt;A href="https://www.zylk.net/en/web-2-0/blog/-/blogs/simple-tips-about-alfresco-logs" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.zylk.net/en/web-2-0/blog/-/blogs/simple-tips-about-alfresco-logs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 11:56:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/very-heavy-logs-files-alfresco-content-service/m-p/140156#M37469</guid>
      <dc:creator>zlucy82</dc:creator>
      <dc:date>2021-12-03T11:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Very heavy logs files alfresco content service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/very-heavy-logs-files-alfresco-content-service/m-p/486229#M39784</link>
      <description>&lt;P&gt;I'm having the same problem above, but even changing this line in server.xml doesn't work. Could you help me? I'd be grateful.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 20:02:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/very-heavy-logs-files-alfresco-content-service/m-p/486229#M39784</guid>
      <dc:creator>Higor</dc:creator>
      <dc:date>2025-01-16T20:02:24Z</dc:date>
    </item>
  </channel>
</rss>

