It would be extremely useful to be able to set the debug level from the admin backend.
In general, we try to add debug entries with logger.debug () that are used to diagnose problems in mainly productive environments, where we cannot easily reproduce errors. This debug information is usually bulky, and that's why in production the debug level is usually >= INFO.
But when a problem occurs, it would be great to be able to simply enter the admin backup and lower the debug level to DEBUG or TRACE.
To prevent disk space from filling up, such changes could have a maximum validity of X days (determined by Athento) but the user can set a value lower than that maximum limit (perhaps the level only needs to be lowered for a few hours).
Kind regards,
Adrian
·