Skip to content

Commit

Permalink
fixed log scope
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFrosch committed Oct 18, 2024
1 parent ff26aec commit 27c2877
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class IdeaLogScope implements BlazeScope {

private static final OutputSink<IssueOutput> issueSink =
(output) -> {
logger.warn(output.toString());
logger.warn(output.getTitle());
return OutputSink.Propagation.Continue;
};

Expand Down

0 comments on commit 27c2877

Please sign in to comment.