Hi
I want to know how to disable a few JIRA logging services like:
98M May 7 15:44 access_log.2015-05-07
Every day it stores around 100MB of logs.
Thank you.
This is an access log (created by Tomcat), not an application log (created by JIRA). You can't turn it off within JIRA, you need to change the valve configuration for Tomcat.
See: http://www.techstacks.com/howto/configure-access-logging-in-tomcat.html
thanks :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To disable tomcat access logging, you need to comment out the following entry in your conf/server.xml file and restart JIRA
<Valve className="org.apache.catalina.valves.AccessLogValve" resolveHosts="false" pattern="%a %{jira.request.id}r %{jira.request.username}r %t &quot;%m %U%q %H&quot; %s %b %D &quot;%{Referer}i&quot; &quot;%{User-Agent}i&quot; &quot;%{jira.request.assession.id}r&quot;"/>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To disable the access log you should click > System. Select Troubleshooting and Support > Logging & Profiling and disable the access logging.
You may refer the documentation below for more information on this:
https://confluence.atlassian.com/display/JIRA/User+access+logging
Hope it helps!
Cheers
L.F
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Everything in this page is already disabled :'(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Maybe most of your log levels are set to DEBUG mode.
You can follow this article and check what's the best option for you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to disable the logging of this file: access_log.2015-05-07
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.