-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Labels
Milestone
Description
Adding the log level to the logged string will enable network operators to quickly assess the gravity of log entries. All log entries already have a log level. The log level is a value between EMERG (1) and DEBUG (8) used to filter which log entries are logged. This change requires updating the define G_LOG_PREFIX, macro G_LOG(), and log_ratelimit_reset().
Reactions are currently unavailable