diff --git a/config/config.properties b/config/config.properties index 92e097877e7942627be962a06f9751552bb045ad..87cd98819d55e420e13b3a72d4f75b43ea3f0432 100644 --- a/config/config.properties +++ b/config/config.properties @@ -25,4 +25,6 @@ data.home=/Users/chenqiwei/data/neatlogic/ is.maintenance.mode=true heartbeat.rate=3 heartbeat.threshold=5 -autoexec.token=499922b4317c251c2ce525f7b83e3d94 \ No newline at end of file +autoexec.token=499922b4317c251c2ce525f7b83e3d94 +# 启动方法执行耗时日志 +enable.method.timing.aspect=false \ No newline at end of file diff --git a/config/logback.xml b/config/logback.xml index 839f929a638d0420607dac1191bd0e06742ea767..087fa09b19047dedd80602afe88f6c764483b946 100644 --- a/config/logback.xml +++ b/config/logback.xml @@ -177,6 +177,28 @@ + + + ${log4j.home}/methodTimingAspect.log + + methodTimingAspect.%i + 1 + 5 + + + ERROR + ACCEPT + DENY + + + 100MB + + + %d{yyyy-MM-dd HH:mm:ss.SSS} %requestUrl - %msg%n + + + + ${log4j.home}/notifyAudit.log @@ -279,4 +301,7 @@ + + +