forked from Silverfish/proton-bridge
GODT-247 Cache and update files moved from user's cache to config
This commit is contained in:
@ -136,6 +136,7 @@ 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