Reputation: 133
I have application running through cargo-maven3-plugin (1.9.4) on weblogic14x container. I would like to modify weblogic log to exclude fields which are not important for me.
Currently log looks like this:
[INFO] [talledLocalContainer] <19 gru 2022, 13:12:33,731> <Notice> <Stdout> <BEA-000000> <log message from my application>
I would like it to look like this:
<log message from my application>
Is there a way to do that in weblogic14? I was able to do something similar in older weblogic versions but I didn't find anything for this one.
Even an extremaly ugly hack would be fine, I don't care as long as it will work ;)
Upvotes: 0
Views: 253