I looked at the logging.properties file and found the answer to your question. You can do likewise. If you are unclear on one of the configuration options, you can always ask about that.
For the example, I don't have any output from java logging (never use it), but anything written using System.out.println() would show up in the same way. Here's an example of such an output from server.log: 2008-07-23 15:29:16,020 INFO [STDOUT] (main) ======> Creating interceptor metadata bridge So I guess any output to the console from java logging you look like: 2008-07-23 15:29:16,020 INFO [STDOUT] text from java logging View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167096#4167096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167096 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
