Skip to content

Commit

Permalink
Obey diagnostic level.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Dec 10, 2023
1 parent df10fdb commit 9a0120a
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 134 deletions.
2 changes: 1 addition & 1 deletion src/IKVM.Maven.Sdk.Tasks/MavenReferenceItemResolve.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ void TryWriteCacheFile(MavenResolveCacheFile cacheFile)
/// <returns></returns>
public override bool Execute()
{
using var d = SLF4JContextLogger.Enter(new SLF4JMSBuildLoggerProxy(Log));
using var d = SLF4JContextLogger.Enter(new SLF4JMSBuildLoggerProxy(Log, org.slf4j.@event.Level.DEBUG));

try
{
Expand Down
Loading

0 comments on commit 9a0120a

Please sign in to comment.