mirror of
https://github.com/tribufu/tribufu-dotnet
synced 2025-06-16 10:24:18 +00:00
Update log levels
This commit is contained in:
@ -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"]));
|
||||
|
||||
|
Reference in New Issue
Block a user