简体   繁体   中英

Where does System.err.println output go in Jboss?

I have a class in a WAR that I know prints some System.err.println output - where will this output end up?

Any help appreciated, thanks.

JBoss将System.out和System.err重定向到控制台,并重定向到jboss / server /(服务器实例-通常为默认值)/log/server.log中的日志文件。

I'm not a JBoss expert, but I've used it a little bit. Our .war would output the logs (both stdout and stderr) to the directory jboss/server/(servername)/log . Do you have this directory?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM