1
2
3
4
5
6
7
8
9
10
11
12
13
  | # p6spyÅäÖã¬Îĵµ https://p6spy.readthedocs.io/en/latest/configandusage.html 
 |  # Ê¹ÓÃÈÕ־ϵͳ¼Ç¼ sql 
 |  appender=com.p6spy.engine.spy.appender.Slf4JLogger 
 |  # ×Ô¶¨ÒåÈÕÖ¾´òÓ¡ 
 |  logMessageFormat=cc.mrbird.febs.common.configure.P6spySqlFormatConfigure 
 |  # ÊÇ·ñ¿ªÆôÂý SQL¼Ç¼ 
 |  outagedetection=true 
 |  # Âý SQL¼Ç¼±ê×¼ 2 Ãë 
 |  outagedetectioninterval=2 
 |  # ¿ªÆô¹ýÂË 
 |  filter=true 
 |  # °üº¬ QRTZµÄ²»´òÓ¡ 
 |  exclude=QRTZ,select 1 
 |  
  |