gatekeeper icon indicating copy to clipboard operation
gatekeeper copied to clipboard

Add log level to log entries

Open AltraMayor opened this issue 3 years ago • 0 comments

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().

AltraMayor avatar Oct 07 '22 12:10 AltraMayor