Post installation configuration task is triggered although use keep the logging level setup on default values.
reproduce
- choose to configure logging levels from options on Configure runtime environment screen
- keep default (Info) levels for root and console logger
- finish the installation
actual
... Starting embedded server with config: standalone.xml jboss.server.data.dir = /home/pkremens/EAP-7.0.0/standalone/data jboss.home.dir = /home/pkremens/EAP-7.0.0 Modified console log levels. Modified root log levels. Shutdown embedded server. Starting embedded server with config: standalone-ha.xml ...
expected
since no other runtime configuration tasks were selected and we use default values for logging, there is no need to modify the log levels.
- relates to
-
JBEAP-1215 Socket bindings without any configuration always triggers server configuration tasks
- Closed