Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
Reacting to verbose rename
Browse files Browse the repository at this point in the history
  • Loading branch information
JunTaoLuo committed Dec 8, 2015
1 parent 706ff04 commit dff3a4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/SampleApp/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public void Configure(IApplicationBuilder app, ILoggerFactory loggerFactory, IAp
//ksi.ThreadCount = 4;
ksi.NoDelay = true;

loggerFactory.AddConsole(LogLevel.Debug);
loggerFactory.AddConsole(LogLevel.Trace);

var testCertPath = Path.Combine(
env.ApplicationBasePath,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ private void Log(string method, int count, byte[] buffer, int offset)
builder.Append((char)buffer[i]);
}

_logger.LogVerbose(builder.ToString());
_logger.LogDebug(builder.ToString());
}
}
}

0 comments on commit dff3a4f

Please sign in to comment.