Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Last active September 14, 2015 13:08
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 AdamBien/fc5ef11d8863935187fd to your computer and use it in GitHub Desktop.
Save AdamBien/fc5ef11d8863935187fd to your computer and use it in GitHub Desktop.
18thAirhacksQ&A.md
@atrifyllis
Copy link

Hi Adam!
When using an application server is there a way to "route" logs from the server components to my own log files? For example using wildfly when I want to log hibernate query parameters or cxf messages I need to configure a logger inside the application servero logging configuration and check the server's logs. How can I make the server log in my logs (preferably in a per-application manner). Thank you in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment