Implement custom logger with log levels

This commit is contained in:
Pijus Kamandulis
2024-02-27 22:38:59 +02:00
parent b9e38575bc
commit 6ccb7c4bdd
13 changed files with 108 additions and 51 deletions

View File

@@ -15,4 +15,5 @@ type ServerConfig struct {
PersistDataFilePath string
DisableAuth bool
DisableTls bool
Debug bool
}