Skip to content

Commit

Permalink
Update recovery log message adaptor
Browse files Browse the repository at this point in the history
  • Loading branch information
jf-06 committed Oct 9, 2024
1 parent 9dbfef0 commit 79ea416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/recovery/src/Events/OnLogMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class OnLogMessage
{
private readonly Logger _logger = new(
name: "discord",
logLevel: LogLevel.Debug,
logLevelGetter: () => LogLevel.Debug,
logToConsole: true,
logToFileSystem: false
);
Expand Down

0 comments on commit 79ea416

Please sign in to comment.