chore: config: default-disable kvlog

This commit is contained in:
Łukasz Magiera 2022-04-12 23:15:25 +02:00
parent aca9496437
commit cc7055774d
3 changed files with 5 additions and 2 deletions

View File

@ -20,7 +20,7 @@
#
# type: bool
# env var: LOTUS_BACKUP_DISABLEMETADATALOG
#DisableMetadataLog = false
#DisableMetadataLog = true
[Logging]

View File

@ -20,7 +20,7 @@
#
# type: bool
# env var: LOTUS_BACKUP_DISABLEMETADATALOG
#DisableMetadataLog = false
#DisableMetadataLog = true
[Logging]

View File

@ -52,6 +52,9 @@ func defCommon() Common {
"example-subsystem": "INFO",
},
},
Backup: Backup{
DisableMetadataLog: true,
},
Libp2p: Libp2p{
ListenAddresses: []string{
"/ip4/0.0.0.0/tcp/0",