Skip to content

Commit

Permalink
Update Quartz logging
Browse files Browse the repository at this point in the history
  • Loading branch information
da3dsoul committed Jan 6, 2024
1 parent ccbcdd3 commit fe3e8d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Shoko.Server/nlog.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
</targets>
<rules>
<logger name="Microsoft.AspNetCore.*" maxlevel="Info" final="true" /> <!-- Http log spam (blackhole) -->
<logger name="Quartz.Core.QuartzSchedulerThread" maxlevel="Info" final="true" /> <!-- Quartz blackhole -->
<logger name="Quartz.Core.JobRunShell" maxlevel="Info" final="true" /> <!-- Quartz blackhole -->
<logger name="Quartz*" maxlevel="Error" final="true" /> <!-- Quartz blackhole -->
<logger name="Shoko.Server.API.Authentication.CustomAuthHandler" maxlevel="Info" final="true" /> <!-- Auth log spam (blackhole) -->
<logger name="*" minlevel="Info" writeTo="file"/>
<logger name="*" minlevel="Trace" writeTo="console"/>
Expand Down

0 comments on commit fe3e8d3

Please sign in to comment.