gatekeeper
gatekeeper copied to clipboard
Add log level to log entries
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().