Log in to the WAS admin console and click "Troubleshoot" → "Logs and Tracing" → your server → Diagnostic Tracing Service → Change the log level settings.
There you can add your own log levels, for example.
com.example.test.*=all
You can change it forever, or you can dynamically change log levels at runtime (Runtime tab). Log levels are separated by a ":" symbol.
source share