Skip to content

template/kresd: replace verbose log with request log

Tomas Krizek requested to merge kresd-request-log into master

Since kresd 5.4.0, using both debug level logging and request log will duplicate the request log lines in the output.

I think it is sufficient to log just everything related to the request and otherwise stick with the default log level. This makes the resulting log more readable.

Merge request reports