AnomalyScoreProcessor has debug logging turned on by defaultDescriptionAnomalyScoreProcessor has debug logging turned on by default. These out-of-box properties include debug:glide.cmdb.logger.use_syslog.AnomalyScoreProcessor=info,warn,error,debugglide.cmdb.logger.source.AnomalyScoreProcessor=info,warn,error,debug This will result in thousands on unnecessary logging and records in syslog for Malformed json: {0}Lower And Upper Bounds are null. Clear score for Cmdb Ci {0}, Metric Type Id {1}Clear score for Cmdb Ci {0}, Metric Type Id {1}. Lower Bound {2}, Upper Bound {3}, Metric Data {4}AnomalyScoreProcessor: The running of anomaly post processing engine took %f seconds.The metric anomaly score %f is less than minimal score for external detection %d. Skip running external anomaly detection.The CI %s doesn't exist in CI For Prediction table. Skip running external detection.The CI %s with anomaly score %f, added to the anomalies queue for external prediction.Steps to Reproduce Actual behaviour:glide.cmdb.logger.use_syslog.AnomalyScoreProcessor=info,warn,error,debugglide.cmdb.logger.source.AnomalyScoreProcessor=info,warn,error,debug Below is an example of appnode localhost logs. Each of those DEBUG lines would also be a syslog record inserted. 2024-10-09 08:48:07 (535) API_INT-thread-2 SYSTEM txid=4be5c34f1b81 HTTPUtil User agent with HTTP/1.1 and no encoding: ServiceNow/1.02024-10-09 08:48:07 (545) API_INT-thread-2 D4E5478F1B81DE9CA2C2FDDF1D4BCBAB txid=4be5c34f1b81 Processor #12645716 /api/now/oi/anomaly/put Parameters -------------------------2024-10-09 08:48:07 (546) API_INT-thread-2 D4E5478F1B81DE9CA2C2FDDF1D4BCBAB txid=4be5c34f1b81 LocalhostTransactionLogger *** Start #12645716 /api/now/oi/anomaly/put, type: rest, user: <mid user>2024-10-09 08:48:07 (564) API_INT-thread-2 D4E5478F1B81DE9CA2C2FDDF1D4BCBAB txid=4be5c34f1b81 GlideSystem *** Script: [DEBUG] EvtMgmtCustom_AnomalyDetectionPostProcessorEngineHandler. The Predictive Metric Intelligence scoped app is not active. Skip running external anomaly detection.......2024-10-09 08:48:09 (124) API_INT-thread-2 D4E5478F1B81DE9CA2C2FDDF1D4BCBAB txid=4be5c34f1b81 DEBUG: AnomalyScoreProcessor : AnomalyScoreProcessor: The running of anomaly post processing engine took 0.000000 seconds.2024-10-09 08:48:09 (132) API_INT-thread-2 D4E5478F1B81DE9CA2C2FDDF1D4BCBAB txid=4be5c34f1b81 GlideSystem *** Script: [DEBUG] EvtMgmtCustom_AnomalyDetectionPostProcessorEngineHandler. The Predictive Metric Intelligence scoped app is not active. Skip running external anomaly detection.2024-10-09 08:48:09 (134) API_INT-thread-2 D4E5478F1B81DE9CA2C2FDDF1D4BCBAB txid=4be5c34f1b81 DEBUG: AnomalyScoreProcessor : AnomalyScoreProcessor: The running of anomaly post processing engine took 0.000000 seconds.2024-10-09 08:48:09 (151) API_INT-thread-2 D4E5478F1B81DE9CA2C2FDDF1D4BCBAB txid=4be5c34f1b81 tx_pattern_hash=-89147485 LocalhostTransactionLogger *** End #12645716 /api/now/oi/anomaly/put, user: <mid user>, total time: 0:00:01.663, processing time: 0:00:01.610, CPU time: 0:00:01.157, total wait: 0:00:00.053, session wait: 0:00:00.053, SQL time: 0:00:00.379 (count: 810), business rule: 0:00:00.011 (count: 122), ACL time: 0:00:00.001, Script time: 0:00:01.608 (count: 123), Total memory allocated: 20.19KB, source: 20.31.169.185, type: rest, origin scope: global , method:POST, api_name:now/oi, resource:now/oi/anomaly/put, version:Default, user_id:6407b67a1b8b8250a2c2fddf1d4bcbc4, response_status:200 Expected behaviour:You don't need debug logging unless you are actively debugging this, and would turn it on when you needed it. Default should be:glide.cmdb.logger.use_syslog.AnomalyScoreProcessor=info,warn,errorglide.cmdb.logger.source.AnomalyScoreProcessor=info,warn,errorWorkaroundThis problem is currently under review and targeted to be fixed in a future release. Subscribe to this Known Error article to receive notifications when more information will be available. Update the system properties to remove the ',debug', except when you are actively debugging Event Management. glide.cmdb.logger.use_syslog.AnomalyScoreProcessor=info,warn,errorglide.cmdb.logger.source.AnomalyScoreProcessor=info,warn,errorRelated Problem: PRB1815229