-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
We need to enable and standardize logging across the system, ensuring both internal logs and external Syslog integration are properly configured.
Requirements:
1. Internal Logging
• Format: <Unix_Timestamp>, , <User_or_NodeID>,
2. External Syslog Logging
• Format: , , <User_or_NodeID>,
• Syslog is already available in the system.
• Logging level should be set to debug.
Acceptance Criteria
• Internal logs follow the specified format.
• External Syslog server receives logs in the correct format.
• Logging level defaults to debug in Syslog.
• Verify that both user and node ID values are properly captured.
Notes
• Ensure compatibility with existing monitoring tools.
• Consider making logging level configurable in future iterations.
Metadata
Metadata
Assignees
Labels
No labels