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

Bamboo plugin logging doesn't work.

carolyn cheng May 6, 2014

I want to add some debugging lines in catalina.log file while running my bamboo's plugin. The code is very simple,

import org.apache.log4j.Logger;

private static final Logger log = Logger.getLogger(MyClass.class);

in doDefault function, I have,

log.info("default is here");

I turned on log setting to "ALL" for my plugin. But I don't see my debugging line. There are no error message about logging at all.

Any ideas?

Carolyn Cheng

2 answers

0 votes
Marcin Gardias
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 20, 2014

Have you checked <bamboo_home>/logs/atlassian-bamboo.log ? I might be wrong, but I think that normally Bamboo logs don't go to catalina.log. (they surely don't on my Windows instance)

0 votes
Marcin Gardias
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 20, 2014

Have you checked <bamboo_home>/logs/atlassian-bamboo.log ? I might be wrong, but I think that normally Bamboo logs don't go to catalina.log. (they surely don't on my Windows instance)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events