You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.
Development and debugging are sometimes slowed by the lack of complete debugging information. On the other hand, the log is filled with nearly useless messages in which the relevant information is lost for some routines.
Types of issue
Bug report (report an issue with the code)
Feature request (request for change which adds functionality)
Expected Behavior
Developers (and even user) should be able to choose the log level. It could be done at compile time for the RPC modules, at load time in rpcsvc or at runtime with a new function. The last option is the most versatile, but would require either to patch rpcsvc or to use another logging system.
A clear meaning should be given to the 7 (!) log levels. Some of them could be unused, or rarely used.
Current Behavior
The log level is set at compile time in rpcsvc. When the log level given to log_message is below that value (currently INFO) the message is not forwarded to the syslog daemon. The only solution is
Some messages have a too high log level and then "pollute" the logs.
Brief summary of issue
Development and debugging are sometimes slowed by the lack of complete debugging information. On the other hand, the log is filled with nearly useless messages in which the relevant information is lost for some routines.
Types of issue
Expected Behavior
Developers (and even user) should be able to choose the log level. It could be done at compile time for the RPC modules, at load time in
rpcsvc
or at runtime with a new function. The last option is the most versatile, but would require either to patchrpcsvc
or to use another logging system.A clear meaning should be given to the 7 (!) log levels. Some of them could be unused, or rarely used.
Current Behavior
The log level is set at compile time in
rpcsvc
. When the log level given tolog_message
is below that value (currentlyINFO
) the message is not forwarded to thesyslog
daemon. The only solution isSome messages have a too high log level and then "pollute" the logs.
Context (for feature requests)
It happened to degrades the debugging experience.
Your Environment
The text was updated successfully, but these errors were encountered: