Skip to content

Commit

Permalink
修复server酱turbo版配置bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RayWangQvQ committed Apr 30, 2021
1 parent 05f2d58 commit 9f78dc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LogEventLevel minimumLogEventLevel

public override void Emit(LogEvent logEvent)
{
if (_scKey.IsNullOrEmpty()) return;
if (_scKey.IsNullOrEmpty() && _turboScKey.IsNullOrEmpty()) return;
base.Emit(logEvent);
}

Expand Down

0 comments on commit 9f78dc3

Please sign in to comment.