Peter Johnson [https://community.jboss.org/people/peterj] created the discussion
"Re: The file native-stdout.log has a big size" To view the discussion, visit: https://community.jboss.org/message/764883#764883 -------------------------------------------------------------- I suspect that you are starting JBoss AS as a service via an init.d script, and that script is redirecting stdout to this file. You have two choices. First, you can change the init.d script to redirect stdout to nul, or you can change the JBoss AS log settings to turn off the CONSOLE log - in 6.x and earlier this involves removing the CONSOLE appender from the root logger. -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/764883#764883] Start a new discussion in Beginner's Corner at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
