defect
(User-visible)
minor
#24759
Change log configuration in the application no longer possible
If the configureLogging.xml file is included, you can change the logging.properties settings in the running app.
This no longer works since the page is now displayed inline.
Test
- Go to Administration > Technical Administration > Log Files > Settings
- Select `debug.properties ` and save the settings.
- Download the log file top_logic_log4j.log (under Administration > Technical Administration > Log Files > Log Files)
- Expected: One of the last entries reads {{{
top_logic.base.administration.LoggerAdminBean - Logging configuration successfully loaded from 'WEB-INF/conf/logging/debug.properties'. }}}
- Go to Administration > Technical Administration > Log Files > Settings
- Select `default.properties ` and save the settings.
- Download the _log4j.log file (under Administration > Technical Administration > Log Files > Log Files)
- Expected: One of the last entries reads {{{
top_logic.base.administration.LoggerAdminBean - Logging configuration successfully loaded from 'WEB-INF/conf/logging/default.properties'. }}}