How to disable the stdout.log in JBoss EAP service in Windows
Issue
- How to disable
stdout.login JBoss EAP 7 ? - The
stdout.logis increasing in size rapidly and filling up disk space. standalone.batwould not generate thestdout.logbut starting as a service in Windows still would generatestdout.logeven if the below configuration was added to theloggingsystem.
<logger category="stdout">
<level name="OFF"/>
</logger>
Reference: https://access.redhat.com/node/3606331
Environment
- Red Hat JBoss Enterprise Application Platform (EAP) 7.x in Windows
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.