-
Feature Request
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
As far as I can tell, there are no info in the logs when I start WildFly with a non-default stability level:
$ ./bin/standalone.sh --stability=experimental
...
17:42:47,732 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 33.0.0.Beta1-SNAPSHOT (WildFly Core 25.0.0.Beta1) started in 1206ms - Started 281 of 523 services (319 services are lazy, passive or on-demand) - Server configuration file in use: standalone.xml
Stability level seems an important piece of information to log and WFLYSRV0025 looks an appropriate message which would look like:
$ ./bin/standalone.sh --stability=experimental
...
17:42:47,732 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 33.0.0.Beta1-SNAPSHOT (WildFly Core 25.0.0.Beta1) started in 1206ms - Started 281 of 523 services (319 services are lazy, passive or on-demand) - Server configuration file in use: standalone.xml - Stability level: experimental
- duplicates
-
WFCORE-6819 Show current stability level with the server boot message
- Resolved