NutzCN Logo
问答 NUTZ-ONEKEY, 请问下在那里可以停止这个日志打印呢?
发布于 2548天前 作者 JunL 1390 次浏览 复制 上一个帖子 下一个帖子
标签:

如题, 找不到开关. <class club.zhcs.thunder.task.APMTask>

05-16 15:22:50.002  DEBUG - [LoggingMethodInterceptor.QuartzScheduler_Worker-3] [whenError] Obj = [club.zhcs.thunder.task.APMTask$$NUTZAOP] , Throwable = java.lang.UnsatisfiedLinkError: org.hyperic.sigar.Mem.gather(Lorg/hyperic/sigar/Sigar;)V , Method = public void club.zhcs.thunder.task.APMTask.execute(org.quartz.JobExecutionContext) throws org.quartz.JobExecutionException , args = [JobExecutionContext: trigger: 'DEFAULT.club.zhcs.thunder.task.APMTask job: DEFAULT.club.zhcs.thun...]
05-16 15:22:50.002  DEBUG - [LoggingMethodInterceptor.QuartzScheduler_Worker-3] [afterInvoke] Obj = [club.zhcs.thunder.task.APMTask$$NUTZAOP] , Return = null , Method = public void club.zhcs.thunder.task.APMTask.execute(org.quartz.JobExecutionContext) throws org.quartz.JobExecutionException , args = [JobExecutionContext: trigger: 'DEFAULT.club.zhcs.thunder.task.APMTask job: DEFAULT.club.zhcs.thun...]
05-16 15:23:00.001  DEBUG - [NutIoc.QuartzScheduler_QuartzSchedulerThread] Get 'apmTask'<class club.zhcs.thunder.task.APMTask>
05-16 15:23:00.001  DEBUG - [LoggingMethodInterceptor.QuartzScheduler_Worker-1] [beforeInvoke] Obj = [club.zhcs.thunder.task.APMTask$$NUTZAOP] , Method = public void club.zhcs.thunder.task.APMTask.execute(org.quartz.JobExecutionContext) throws org.quartz.JobExecutionException , args = [JobExecutionContext: trigger: 'DEFAULT.club.zhcs.thunder.task.APMTask job: DEFAULT.club.zhcs.thun...]
05-16 15:23:00.001  DEBUG - [LoggingMethodInterceptor.QuartzScheduler_Worker-1] [whenError] Obj = [club.zhcs.thunder.task.APMTask$$NUTZAOP] , Throwable = java.lang.UnsatisfiedLinkError: org.hyperic.sigar.Mem.gather(Lorg/hyperic/sigar/Sigar;)V , Method = public void club.zhcs.thunder.task.APMTask.execute(org.quartz.JobExecutionContext) throws org.quartz.JobExecutionException , args = [JobExecutionContext: trigger: 'DEFAULT.club.zhcs.thunder.task.APMTask job: DEFAULT.club.zhcs.thun...]
05-16 15:23:00.001  DEBUG - [LoggingMethodInterceptor.QuartzScheduler_Worker-1] [afterInvoke] Obj = [club.zhcs.thunder.task.APMTask$$NUTZAOP] , Return = null , Method = public void club.zhcs.thunder.task.APMTask.execute(org.quartz.JobExecutionContext) throws org.quartz.JobExecutionException , args = [JobExecutionContext: trigger: 'DEFAULT.club.zhcs.thunder.task.APMTask job: DEFAULT.club.zhcs.thun...]
05-16 15:23:10.005  DEBUG - [NutIoc.QuartzScheduler_QuartzSchedulerThread] Get 'apmTask'<class club.zhcs.thunder.task.APMTask>
05-16 15:23:10.005  DEBUG - [LoggingMethodInterceptor.QuartzScheduler_Worker-2] [beforeInvoke] Obj = [club.zhcs.thunder.task.APMTask$$NUTZAOP] , Method = public void club.zhcs.thunder.task.APMTask.execute(org.quartz.JobExecutionContext) throws org.quartz.JobExecutionException , args = [JobExecutionContext: trigger: 'DEFAULT.club.zhcs.thunder.task.APMTask job: DEFAULT.club.zhcs.thun...]
05-16 15:23:10.005  DEBUG - [LoggingMethodInterceptor.QuartzScheduler_Worker-2] [whenError] Obj = [club.zhcs.thunder.task.APMTask$$NUTZAOP] , Throwable = java.lang.UnsatisfiedLinkError: org.hyperic.sigar.Mem.gather(Lorg/hyperic/sigar/Sigar;)V , Method = public void club.zhcs.thunder.task.APMTask.execute(org.quartz.JobExecutionContext) throws org.quartz.JobExecutionException , args = [JobExecutionContext: trigger: 'DEFAULT.club.zhcs.thunder.task.APMTask job: DEFAULT.club.zhcs.thun...]
05-16 15:23:10.005  DEBUG - [LoggingMethodInterceptor.QuartzScheduler_Worker-2] [afterInvoke] Obj = [club.zhcs.thunder.task.APMTask$$NUTZAOP] , Return = null , Method = public void club.zhcs.thunder.task.APMTask.execute(org.quartz.JobExecutionContext) throws org.quartz.JobExecutionException , args = [JobExecutionContext: trigger: 'DEFAULT.club.zhcs.thunder.task.APMTask job: DEFAULT.club.zhcs.thun...]

2 回复

里面有个ioc.js

	$aop : {
		type : "org.nutz.ioc.aop.config.impl.ComboAopConfigration",
		fields : {
			aopConfigrations : [ {
				type : "org.nutz.ioc.aop.config.impl.JsonAopConfigration",
				fields : {
					itemList : [
                                        // 注释掉 [ "club\\.zhcs\\..+", ".+", "ioc:log" ], // 日志
					[ "club\\.zhcs\\.thunder\\.module\\..+", "^(?!.*(_)).*$", "ioc:apm" ],// apm
					[ "club\\.zhcs\\.thunder\\.module\\..+", "^(?!.*(_)).*$", "ioc:uaDebug" ],// ua
					[ "club\\.zhcs\\.thunder\\.module\\..+", "^(?!.*(_)).*$", "ioc:aopTimer" ],// 模块执行时间
					[ "club\\.zhcs\\.thunder\\.module\\..+", "^(?!.*(_)).*$", "ioc:txSERIALIZABLE" ] // 模块事务处理
					],
				}
			}, {
				type : "org.nutz.ioc.aop.config.impl.AnnotationAopConfigration"
			} ]
		}
	}

添加回复
请先登陆
回到顶部