Skip to content

Instantly share code, notes, and snippets.

@mcupak
Created October 9, 2017 05:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcupak/8c8769392c56cba49a881b1f8b18011b to your computer and use it in GitHub Desktop.
Save mcupak/8c8769392c56cba49a881b1f8b18011b to your computer and use it in GitHub Desktop.
Setting up an access log with WildFly.
/subsystem=undertow/server=default-server/host=default-host/setting=access-log:\
add(pattern="%h %t \"%r\" %s \"%{i,User-Agent}\"", use-server-log=true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment