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
Specially for development purposes, there should be a way to set at least the following loggers with different debug levels:
Endpoints C++ logger (ROFL-common)
xDPd's system and driver C logger
Pipeline logger (ROFL-pipeline)
The behaviour should be as follows:
If the logging level is set via CLI with -d LEVEL this should overwrite any other plugin (as it does right now). The logging level should override any plugin
The system_manager should have an optional parameter to define the scope of the setting. Default should be ALL
At least the config plugin should allow the set of the different levels per logger.
The text was updated successfully, but these errors were encountered:
Specially for development purposes, there should be a way to set at least the following loggers with different debug levels:
The behaviour should be as follows:
-d LEVEL
this should overwrite any other plugin (as it does right now). The logging level should override any pluginsystem_manager
should have an optional parameter to define the scope of the setting. Default should beALL
config
plugin should allow the set of the different levels per logger.The text was updated successfully, but these errors were encountered: