Hi
In a case of Bitbucket, how can I change the location of atlassian-bitbucket.log?
AFAIK its defined under
atlassian-bitbucket/WEB-INF/classes/logback.xml: <file>${log.dir}/atlassian-bitbucket.log</file>
But where is this log.dir variable defined?
I can go and made changes in all this location but it's better if we have once centralize place
<define name="log.dir" class="com.atlassian.stash.internal.logback.LogDirectoryPropertyDefiner"
<file>${log.dir}/atlassian-bitbucket.log</file>
<fileNamePattern>${log.dir}/atlassian-bitbucket-%d.log</fileNamePattern>
<file>${log.dir}/atlassian-bitbucket-profiler.log</file>
<fileNamePattern>${log.dir}/atlassian-bitbucket-profiler-%d.%i.log</fileNamePattern>
<file>${log.dir}/atlassian-bitbucket-access.log</file>
<fileNamePattern>${log.dir}/atlassian-bitbucket-access-%d.%i.log</fileNamePattern>
<file>${log.dir}/audit/atlassian-bitbucket-audit.log</file>
<fileNamePattern>${log.dir}/audit/atlassian-bitbucket-audit-%d.%i.log.gz</fileNamePattern>
<file>${log.dir}/atlassian-bitbucket-mail.log</file>
<fileNamePattern>${log.dir}/atlassian-bitbucket-mail-%d.%i.log</fileNamePattern>
<!-- If the log.dir property is not defined, it means there is no Bitbucket home directory. We still want to
Community moderators have prevented the ability to post new answers.
Any pointer to this..My only requirement is all meta-data should be part of /var/atlassian/application-data/Bitbucket but log should be the part of standard Linux location /var/log
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.