🔥 3-day streak
Cisco CCNP Automation AUTOCOR (350-901)30 / 136
Question 30 of 136
A network automation service writes structured events to a centralized syslog collector using the standard Python logging module with a SysLogHandler. Operators report that INFO-level 'config pushed' messages arrive at the collector, but WARNING-level messages about partial rollback failures never appear. The application code calls logger.warning() at the correct points, and the collector is confirmed reachable. Reviewing the initialization code, you find: logger.setLevel(logging.INFO) on the logger and handler.setLevel(logging.ERROR) on the SysLogHandler. What is the root cause and correct fix?
Reviewed for accuracy · Report an issueNext question