Skip to content

Implement Internal + External Logging (Debug Level) #12

@TheArchitect2000

Description

@TheArchitect2000

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions