log4j performance

前端 未结 7 1688
终归单人心
终归单人心 2021-01-08 01:18

I\'m developing a web app, and I\'d like to log some information to help me improve and observe the app. (I\'m using Tomcat6)

First I thought I would use StringBuild

7条回答
  •  时光说笑
    2021-01-08 01:56

    It must be noted that log4j suffers from numerous locking pains under heavy concurrent use.

    More details and some workaround in my another answer: Production settings file for log4j?

提交回复
热议问题