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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Using the com.atlassian.bamboo.specs.util.Logger logger, doesn't show logs in build log

I'm using the Bamboo java specs to run Jobs and ScriptTaks using the @BambooSpec class.


I found that bamboo provides it's own logger from here: https://docs.atlassian.com/bamboo-specs/6.3.1/com/atlassian/bamboo/specs/util/Logger.html.

 

I tried implementing this logger. In one of the classes that returns a Job with a number of scripttasks.

But my logs are not showing up in the bamboo build logs.

What am I doing wrong?

 

I'm using it like this:

import com.atlassian.bamboo.specs.util.Logger;

(in class): private static final Logger log = Logger.getLogger(DockerJobManager.class);

(the call): log.info("This is a warning!!!");

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events