Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to change the location of atlassian-bitbucket.log?

Prashant Lakhera April 6, 2016

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

 

1 answer

0 votes
Prashant Lakhera April 7, 2016

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events