The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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

TAGS
AUG Leaders

Atlassian Community Events