AE-573 ArrayKK/APV/"log localhost on" fails when executed from WebUI

Review Request #898 — Created June 3, 2025 and submitted

rvempati
APV10
rel_apv_10_7
https://arraynetworks.atlassian.net/browse/AE-573
mmiriam, prajesh, tanya

Code changes for configuring the log localhost settings.

APV-1(config)#show running "log"
snmp traps loglevel crit
system mail from "%halert@log.domain"

fastlog configuration

log facility "local0"
log level "info"
log on
log language english
log source port 514
log option levelinfo off
log option logid off
log localhost on "info" -----> logs set to 'info' level
log http squid
log rfc5424 off
log appvisual off ssl
log appvisual off sdns
log appvisual off slb-http
log appvisual off slb-tcp
log appvisual off llb

HSM autologin configuration

ha log off
ha log level info

APV-1(config)#
APV-1(config)#log localhost on ?
log level (emerg, alert, crit, err, warning, notice, info, debug), defalut = info

APV-1(config)#log localhost on warning
localhost log has been opened, change the log level to warning

APV-1(config)#wr mem

APV-1(config)#

APV-1(config)#show running "log"
snmp traps loglevel crit
system mail from "%halert@log.domain"

fastlog configuration

log facility "local0"
log level "debug"
log on
log language english
log source port 514
log option levelinfo off
log option logid off
log localhost on "warning" -----> logs set to 'warning' level
log http squid
log rfc5424 off
log appvisual off ssl
log appvisual off sdns
log appvisual off slb-http
log appvisual off slb-tcp
log appvisual off llb

HSM autologin configuration

ha log off
ha log level info

APV-1(config)#

prajesh
  1. Ship It!
  2. 
      
mmiriam
  1. Ship It!
  2. 
      
rvempati
Review request changed

Status: Closed (submitted)

Loading...