Glassfish v3 logging

后端 未结 3 1028
时光说笑
时光说笑 2020-12-31 13:09

In Glassfish v2.1 I could look at my web-applications log all stdout and stderr in the glassfish server log ($GF_HOME/domains/domain1/logs/server.log). But I dont see the sa

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-31 14:03

    In order to see the System.out.print() messages, you should set javax logging level to INFO.

提交回复
热议问题