LOG_LEVEL variable (#577)

This commit is contained in:
Quentin McGaw
2021-08-22 18:57:10 -07:00
committed by GitHub
parent e4a260f148
commit b69dcb62e3
5 changed files with 41 additions and 0 deletions

View File

@@ -141,6 +141,7 @@ func _main(ctx context.Context, buildInfo models.BuildInformation,
if err != nil {
return err
}
logger.PatchLevel(allSettings.Log.Level)
puid, pgid := allSettings.System.PUID, allSettings.System.PGID