towerops-agent/src
Graham McIntire 4573869607
Reduce log noise by changing INFO to DEBUG for routine operations
Changed the following from INFO to DEBUG level:
- Channel join messages
- Job execution start/completion messages
- SNMP operation messages (GET/WALK)
- Device health check results
- MikroTik job execution
- Device poller thread lifecycle
- Credential test messages
- OID collection results

These messages were generating excessive noise during normal operation.
Kept INFO level for:
- Initial connection establishment
- Shutdown/restart messages
- Update operations
- Errors (already at ERROR/WARN level)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-10 16:49:58 -06:00
..
mikrotik Security hardening and performance improvements 2026-02-04 16:50:36 -06:00
snmp Reduce log noise by changing INFO to DEBUG for routine operations 2026-02-10 16:49:58 -06:00
ssh Security hardening and performance improvements 2026-02-04 16:50:36 -06:00
config.rs Agent overhaul with zero persistence 2026-01-30 15:50:20 -06:00
main.rs Add fork()-based process isolation for SNMP operations 2026-02-10 16:12:41 -06:00
ping.rs Replace surge-ping library with command-line ping 2026-02-10 13:24:32 -06:00
proto.rs Fix clippy warnings to pass CI build 2026-01-16 18:02:33 -06:00
secret.rs Security hardening and performance improvements 2026-02-04 16:50:36 -06:00
version.rs use datestamp instead of creating a version 2026-02-09 13:49:19 -06:00
websocket_client.rs Reduce log noise by changing INFO to DEBUG for routine operations 2026-02-10 16:49:58 -06:00