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=com.xcong.excoin.common.configure.P6spySqlFormatConfigure 
 |  # �Ƿ����� SQL��¼ 
 |  outagedetection=true 
 |  # �� SQL��¼�� 2 �� 
 |  outagedetectioninterval=2 
 |  # �������� 
 |  filter=true 
 |  # ���� QRTZ�IJ���ӡ 
 |  exclude=QRTZ,select 1 
 |  
  |