Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/scripts/init/defaults/system_defaults_arm
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ $WebUIEnable=1
$SyndicationFlowControlEnable=false
$DSCP_InitialForwardedMark=
$DSCP_InitialOutputMark=
$dmesglogsync_interval=900
$dmesglogsync_interval=60

#Enable log and core file encryption at S3 Amazon
$encryptcloudupload=0
Expand All @@ -1204,8 +1204,8 @@ $SNMP_RestartMaintenanceEnable=true
$DeferFWDownloadReboot=290

#SelfHeal Log Backup
$log_backup_enable=false
$log_backup_threshold=0
$log_backup_enable=true
$log_backup_threshold=3

#EthAgent Logging default values
$eth_log_enabled=false
Expand Down
6 changes: 3 additions & 3 deletions source/scripts/init/defaults/system_defaults_bci
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ $unique_telemetry_interval=0

#SNMPv3 control default values
$V3Support=false
$dmesglogsync_interval=900
$dmesglogsync_interval=60

#ForwardSSH is enabled by default
$ForwardSSH=true
Expand All @@ -1148,8 +1148,8 @@ $SNMP_RestartMaintenanceEnable=true
$DeferFWDownloadReboot=290

#SelfHeal Log Backup
$log_backup_enable=false
$log_backup_threshold=0
$log_backup_enable=true
$log_backup_threshold=3

#EthAgent Logging default values
$eth_log_enabled=false
Expand Down
6 changes: 3 additions & 3 deletions source/scripts/init/defaults/system_defaults_xd4
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ $WebUIEnable=1
$SyndicationFlowControlEnable=false
$DSCP_InitialForwardedMark=
$DSCP_InitialOutputMark=
$dmesglogsync_interval=900
$dmesglogsync_interval=60

#Enable log and core file encryption at S3 Amazon
$encryptcloudupload=0
Expand All @@ -1186,8 +1186,8 @@ $SNMP_RestartMaintenanceEnable=true
$DeferFWDownloadReboot=290

#SelfHeal Log Backup
$log_backup_enable=false
$log_backup_threshold=0
$log_backup_enable=true
$log_backup_threshold=3
Comment thread
BaskarBabu25 marked this conversation as resolved.

#EthAgent Logging default values
$eth_log_enabled=false
Expand Down
Loading