mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Lower logging priority (#4228)
PR: https://forum.opnsense.org/index.php?topic=42759.0 See man syslog(3) and https://github.com/opnsense/core/issues/7101 This log message is of no interest to anyone beyond debugging telemetry functionality.
This commit is contained in:
@@ -78,7 +78,7 @@ if not telemetry_state.is_running():
|
||||
# data collected, log and push
|
||||
if row_count > 0 and max_timestamp is not None:
|
||||
syslog.syslog(
|
||||
syslog.LOG_NOTICE,
|
||||
syslog.LOG_DEBUG,
|
||||
'telemetry data collected %d records in %.2f seconds @%s' % (
|
||||
row_count, time.time() - send_start_time, max_timestamp
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user