Created
January 9, 2021 14:30
-
-
Save dasniko/f115aa71ed49a63fda69c2a7db476121 to your computer and use it in GitHub Desktop.
Log in JSON format for Keycloak/Wildfly server.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
embed-server --server-config=standalone.xml --std-out=echo | |
/subsystem=logging/json-formatter=JSON/:add | |
/subsystem=logging/console-handler=CONSOLE/:write-attribute(name=named-formatter,value=JSON) | |
stop-embedded-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment