You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a logging option to the Helidon archetype (Steps and input details are TBD). Support 3 values:
JUL (default)
Log4J
SLF4J (with logback as provider)
The generated files for each value should perform an equivalent logging configuration.
I.e. configure the same loggers with equivalent levels.
E.g. set the level for org.jboss to WARNING
This should be back-ported to 3.x.
The text was updated successfully, but these errors were encountered:
Environment Details
Problem Description
Add a logging option to the Helidon archetype (Steps and input details are TBD). Support 3 values:
The generated files for each value should perform an equivalent logging configuration.
I.e. configure the same loggers with equivalent levels.
E.g. set the level for
org.jboss
toWARNING
This should be back-ported to 3.x.
The text was updated successfully, but these errors were encountered: