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 7, 2024
1 parent 7855cb6 commit 2d1a106
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 2d1a106

Please sign in to comment.