Skip to content

Commit

Permalink
reduce log level
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM committed Jan 17, 2024
1 parent aff7649 commit ff6f32c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public boolean start() throws Exception {
PrintStream logger = getContext().get(TaskListener.class).getLogger();

Run<?, ?> run = getContext().get(Run.class);
LockableResourcesManager.printLogs("Trying to acquire lock on [" + step + "]", Level.INFO, LOGGER, logger);
LockableResourcesManager.printLogs("Trying to acquire lock on [" + step + "]", Level.FINE, LOGGER, logger);

List<LockableResourcesStruct> resourceHolderList = new ArrayList<>();

Expand Down

0 comments on commit ff6f32c

Please sign in to comment.