mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 22:17:22 +01:00
remove console logging
This commit is contained in:
parent
98ee6c7f66
commit
ecb8ffed6f
1 changed files with 0 additions and 5 deletions
|
|
@ -57,11 +57,6 @@ namespace MareSynchronosServer
|
||||||
webBuilder.UseContentRoot(AppContext.BaseDirectory);
|
webBuilder.UseContentRoot(AppContext.BaseDirectory);
|
||||||
webBuilder.ConfigureLogging((ctx, builder) =>
|
webBuilder.ConfigureLogging((ctx, builder) =>
|
||||||
{
|
{
|
||||||
builder.AddSimpleConsole(options =>
|
|
||||||
{
|
|
||||||
options.SingleLine = true;
|
|
||||||
options.TimestampFormat = "yyyy-MM-dd HH:mm:ss ";
|
|
||||||
});
|
|
||||||
builder.AddConfiguration(ctx.Configuration.GetSection("Logging"));
|
builder.AddConfiguration(ctx.Configuration.GetSection("Logging"));
|
||||||
builder.AddFile(o => o.RootPath = AppContext.BaseDirectory);
|
builder.AddFile(o => o.RootPath = AppContext.BaseDirectory);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue