Fix correct output of purge_on_delete value

This commit is contained in:
Ingo Oppermann
2022-08-26 07:56:29 +03:00
parent e675eccd50
commit 6ee565b3c9

View File

@@ -178,6 +178,7 @@ func (cfg *ProcessConfig) Unmarshal(c *app.Config) {
Pattern: c.Pattern,
MaxFiles: c.MaxFiles,
MaxFileAge: c.MaxFileAge,
PurgeOnDelete: c.PurgeOnDelete,
})
}