mirror of
https://github.com/Tribufu/TribufuDotNet
synced 2026-08-08 20:31:06 +00:00
Update log levels
This commit is contained in:
parent
c8bb2d95b5
commit
eb9e939fc8
3 changed files with 6 additions and 13 deletions
|
|
@ -11,7 +11,7 @@ namespace Tribufu.Test
|
|||
{
|
||||
public static async Task Main(string[] args)
|
||||
{
|
||||
Logger.Initialize(LogLevel.All);
|
||||
Logger.Initialize(LogLevel.Trace);
|
||||
|
||||
DotEnv.Load(new DotEnvOptions(ignoreExceptions: true, envFilePaths: [".env", "../../.env"]));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue