Overview
The Logging settings page lets you control the verbosity of log output for specific Rapydo system components. By adding logger configurations, you can increase detail for targeted modules during debugging or reduce noise in production. Access this page from Settings → Logging.Logger List
The main view shows a table of all configured loggers:Log Levels
Log levels control the minimum severity of messages that are written to logs. Only messages at or above the configured level are recorded.
Default level: INFO
Adding a Logger
Click Add Logger Configuration to open the configuration panel.
Click Save to apply the configuration.
Root Logger
Leaving the Logger Name field empty creates a Root Logger configuration that sets the default log level for all system components. This is the global floor — individual component loggers can override it by specifying a more specific logger name. Example:- Root Logger: WARNING — suppresses most output by default
rapydo.queries: DEBUG — enables detailed logging for the queries module only

