mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-21 01:26:48 +00:00
GODT-1120 hotfix: use Info level in internal/app logs
This commit is contained in:
@ -136,7 +136,6 @@ func New( // nolint[funlen]
|
||||
if err := logging.Init(logsPath); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
logging.SetLevel("debug") // Proper level is set later in run.
|
||||
crashHandler.AddRecoveryAction(logging.DumpStackTrace(logsPath))
|
||||
|
||||
if err := migrateFiles(configName); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user