mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-28 07:54:22 +08:00
reduce log retention rate to 7 days
This commit is contained in:
parent
b1672267d2
commit
cffc1d35ff
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ func settings() {
|
|||
}
|
||||
settings := logic.GetServerSettings()
|
||||
if settings.AuditLogsRetentionPeriodInDays == 0 {
|
||||
settings.AuditLogsRetentionPeriodInDays = 30
|
||||
settings.AuditLogsRetentionPeriodInDays = 7
|
||||
}
|
||||
if settings.DefaultDomain == "" {
|
||||
settings.DefaultDomain = servercfg.GetDefaultDomain()
|
||||
|
|
Loading…
Add table
Reference in a new issue