spring 日志控制

发布于 2021-11-26 13:59:20 字数 33946 浏览 902 评论 2

我的问题是下面这种日志是怎么输出出来的?怎么控制.不是log4j里的日志级别可以控制的,试过了不行. 求指点
cn.home.controller.home.user.dao.UserLogDao cn.home.controller.home.user.service.impl.UserRelationServiceImpl.userLogDao
4719 DEBUG [2016-03-22 08:32:13]  Found injected element on class [cn.home.controller.home.user.service.impl.UserRelationServiceImpl]: ResourceElement for private cn.home.controller.home.user.dao.UserRelationDao cn.home.controller.home.user.service.impl.UserRelationServiceImpl.userRelationDao
4719 DEBUG [2016-03-22 08:32:13]  Found injected element on class [cn.home.controller.home.user.service.impl.UserRelationServiceImpl]: ResourceElement for private cn.home.controller.home.user.dao.UserActionDao cn.home.controller.home.user.service.impl.UserRelationServiceImpl.userActionDao
4719 DEBUG [2016-03-22 08:32:13]  Eagerly caching bean 'userRelationService' to allow for resolving potential circular references
4724 DEBUG [2016-03-22 08:32:13]  Processing injected method of bean 'userRelationService': ResourceElement for private cn.home.controller.home.user.dao.UserInfoDao cn.home.controller.home.user.service.impl.UserRelationServiceImpl.userInfoDao
4724 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'UserInfoDao'
4724 DEBUG [2016-03-22 08:32:13]  Processing injected method of bean 'userRelationService': ResourceElement for private cn.home.controller.home.user.dao.UserLogDao cn.home.controller.home.user.service.impl.UserRelationServiceImpl.userLogDao
4724 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'userLogDao'
4724 DEBUG [2016-03-22 08:32:13]  Processing injected method of bean 'userRelationService': ResourceElement for private cn.home.controller.home.user.dao.UserRelationDao cn.home.controller.home.user.service.impl.UserRelationServiceImpl.userRelationDao
4724 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'userRelationDao'
4724 DEBUG [2016-03-22 08:32:13]  Processing injected method of bean 'userRelationService': ResourceElement for private cn.home.controller.home.user.dao.UserActionDao cn.home.controller.home.user.service.impl.UserRelationServiceImpl.userActionDao
4724 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'userActionDao'
4724 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4724 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4725 DEBUG [2016-03-22 08:32:13]  Creating implicit proxy for bean 'userRelationService' with 0 common interceptors and 2 specific interceptors
4725 DEBUG [2016-03-22 08:32:13]  Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [cn.home.controller.home.user.service.impl.UserRelationServiceImpl@13c3c80c]
4729 DEBUG [2016-03-22 08:32:13]  Finished creating instance of bean 'userRelationService'
4730 DEBUG [2016-03-22 08:32:13]  Creating shared instance of singleton bean 'UserInfoService'
4730 DEBUG [2016-03-22 08:32:13]  Creating instance of bean 'UserInfoService'
4730 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4731 DEBUG [2016-03-22 08:32:13]  Found injected element on class [cn.home.controller.home.user.service.impl.UserInfoServiceImpl]: ResourceElement for private cn.home.controller.home.user.dao.UserInfoDao cn.home.controller.home.user.service.impl.UserInfoServiceImpl.userInfoDao
4731 DEBUG [2016-03-22 08:32:13]  Eagerly caching bean 'UserInfoService' to allow for resolving potential circular references
4736 DEBUG [2016-03-22 08:32:13]  Processing injected method of bean 'UserInfoService': ResourceElement for private cn.home.controller.home.user.dao.UserInfoDao cn.home.controller.home.user.service.impl.UserInfoServiceImpl.userInfoDao
4736 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'UserInfoDao'
4736 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4736 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4737 DEBUG [2016-03-22 08:32:13]  Creating implicit proxy for bean 'UserInfoService' with 0 common interceptors and 2 specific interceptors
4737 DEBUG [2016-03-22 08:32:13]  Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [cn.home.controller.home.user.service.impl.UserInfoServiceImpl@2dea6418]
4742 DEBUG [2016-03-22 08:32:13]  Finished creating instance of bean 'UserInfoService'
4742 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'userActionService'
4742 DEBUG [2016-03-22 08:32:13]  Creating shared instance of singleton bean 'activityService'
4742 DEBUG [2016-03-22 08:32:13]  Creating instance of bean 'activityService'
4743 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4744 DEBUG [2016-03-22 08:32:13]  Found injected element on class [cn.home.controller.home.activity.service.impl.ActivityServiceImpl]: ResourceElement for private cn.home.controller.home.activity.dao.ActivityDao cn.home.controller.home.activity.service.impl.ActivityServiceImpl.activityDao
4744 DEBUG [2016-03-22 08:32:13]  Found injected element on class [cn.home.controller.home.activity.service.impl.ActivityServiceImpl]: ResourceElement for private cn.home.controller.home.user.service.UserActionService cn.home.controller.home.activity.service.impl.ActivityServiceImpl.userActionService
4744 DEBUG [2016-03-22 08:32:13]  Eagerly caching bean 'activityService' to allow for resolving potential circular references
4750 DEBUG [2016-03-22 08:32:13]  Processing injected method of bean 'activityService': ResourceElement for private cn.home.controller.home.activity.dao.ActivityDao cn.home.controller.home.activity.service.impl.ActivityServiceImpl.activityDao
4750 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'activityDao'
4750 DEBUG [2016-03-22 08:32:13]  Processing injected method of bean 'activityService': ResourceElement for private cn.home.controller.home.user.service.UserActionService cn.home.controller.home.activity.service.impl.ActivityServiceImpl.userActionService
4750 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'userActionService'
4750 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4750 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4751 DEBUG [2016-03-22 08:32:13]  Creating implicit proxy for bean 'activityService' with 0 common interceptors and 2 specific interceptors
4751 DEBUG [2016-03-22 08:32:13]  Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [cn.home.controller.home.activity.service.impl.ActivityServiceImpl@7af85e1c]
4756 DEBUG [2016-03-22 08:32:13]  Finished creating instance of bean 'activityService'
4757 DEBUG [2016-03-22 08:32:13]  Creating shared instance of singleton bean 'activityEnjoyService'
4757 DEBUG [2016-03-22 08:32:13]  Creating instance of bean 'activityEnjoyService'
4757 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4757 DEBUG [2016-03-22 08:32:13]  Found injected element on class [cn.home.controller.home.activity.service.impl.ActivityEnjoyServiceImpl]: ResourceElement for private cn.home.controller.home.activity.dao.ActivityDao cn.home.controller.home.activity.service.impl.ActivityEnjoyServiceImpl.activityDao
4758 DEBUG [2016-03-22 08:32:13]  Found injected element on class [cn.home.controller.home.activity.service.impl.ActivityEnjoyServiceImpl]: ResourceElement for private cn.home.controller.home.activity.dao.ActivityEnjoyDao cn.home.controller.home.activity.service.impl.ActivityEnjoyServiceImpl.activityEnjoyDao
4758 DEBUG [2016-03-22 08:32:13]  Eagerly caching bean 'activityEnjoyService' to allow for resolving potential circular references
4762 DEBUG [2016-03-22 08:32:13]  Processing injected method of bean 'activityEnjoyService': ResourceElement for private cn.home.controller.home.activity.dao.ActivityDao cn.home.controller.home.activity.service.impl.ActivityEnjoyServiceImpl.activityDao
4763 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'activityDao'
4763 DEBUG [2016-03-22 08:32:13]  Processing injected method of bean 'activityEnjoyService': ResourceElement for private cn.home.controller.home.activity.dao.ActivityEnjoyDao cn.home.controller.home.activity.service.impl.ActivityEnjoyServiceImpl.activityEnjoyDao
4763 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'activityEnjoyDao'
4775 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4775 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4782 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4782 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4782 DEBUG [2016-03-22 08:32:13]  Creating implicit proxy for bean 'activityEnjoyService' with 0 common interceptors and 2 specific interceptors
4783 DEBUG [2016-03-22 08:32:13]  Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [cn.home.controller.home.activity.service.impl.ActivityEnjoyServiceImpl@1f0d3845]
4787 DEBUG [2016-03-22 08:32:13]  Finished creating instance of bean 'activityEnjoyService'
4787 DEBUG [2016-03-22 08:32:13]  Creating shared instance of singleton bean 'UserActionAspectServer'
4787 DEBUG [2016-03-22 08:32:13]  Creating instance of bean 'UserActionAspectServer'
4787 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4797 DEBUG [2016-03-22 08:32:13]  Found injected element on class [cn.home.controller.home.log.UserActionAspectServer]: ResourceElement for private cn.home.controller.home.user.dao.UserInfoDao cn.home.controller.home.log.UserActionAspectServer.userInfoDao
4797 DEBUG [2016-03-22 08:32:13]  Found injected element on class [cn.home.controller.home.log.UserActionAspectServer]: ResourceElement for protected cn.home.controller.home.user.dao.UserLogDao cn.home.controller.home.log.UserActionAspectServer.userLogDao
4798 DEBUG [2016-03-22 08:32:13]  Eagerly caching bean 'UserActionAspectServer' to allow for resolving potential circular references
4806 DEBUG [2016-03-22 08:32:13]  Processing injected method of bean 'UserActionAspectServer': ResourceElement for private cn.home.controller.home.user.dao.UserInfoDao cn.home.controller.home.log.UserActionAspectServer.userInfoDao
4807 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'UserInfoDao'
4807 DEBUG [2016-03-22 08:32:13]  Processing injected method of bean 'UserActionAspectServer': ResourceElement for protected cn.home.controller.home.user.dao.UserLogDao cn.home.controller.home.log.UserActionAspectServer.userLogDao
4807 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'userLogDao'
4807 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4807 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4808 DEBUG [2016-03-22 08:32:13]  Finished creating instance of bean 'UserActionAspectServer'
4808 DEBUG [2016-03-22 08:32:13]  Creating shared instance of singleton bean 'UserActionLetterServiceImpl'
4808 DEBUG [2016-03-22 08:32:13]  Creating instance of bean 'UserActionLetterServiceImpl'
4808 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4813 DEBUG [2016-03-22 08:32:13]  Eagerly caching bean 'UserActionLetterServiceImpl' to allow for resolving potential circular references
4821 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4821 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4822 DEBUG [2016-03-22 08:32:13]  Creating implicit proxy for bean 'UserActionLetterServiceImpl' with 0 common interceptors and 2 specific interceptors
4822 DEBUG [2016-03-22 08:32:13]  Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [cn.home.controller.home.log.service.impl.UserActionLetterServiceImpl@2a29043d]
4829 DEBUG [2016-03-22 08:32:13]  Finished creating instance of bean 'UserActionLetterServiceImpl'
4829 DEBUG [2016-03-22 08:32:13]  Creating shared instance of singleton bean 'UserActionCommentServiceImpl'
4829 DEBUG [2016-03-22 08:32:13]  Creating instance of bean 'UserActionCommentServiceImpl'
4829 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4830 DEBUG [2016-03-22 08:32:13]  Eagerly caching bean 'UserActionCommentServiceImpl' to allow for resolving potential circular references
4834 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4834 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4835 DEBUG [2016-03-22 08:32:13]  Creating implicit proxy for bean 'UserActionCommentServiceImpl' with 0 common interceptors and 2 specific interceptors
4835 DEBUG [2016-03-22 08:32:13]  Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [cn.home.controller.home.log.service.impl.UserActionCommentServiceImpl@310df73f]
4835 DEBUG [2016-03-22 08:32:13]  Finished creating instance of bean 'UserActionCommentServiceImpl'
4835 DEBUG [2016-03-22 08:32:13]  Creating shared instance of singleton bean 'UserActionPostServiceImpl'
4835 DEBUG [2016-03-22 08:32:13]  Creating instance of bean 'UserActionPostServiceImpl'
4836 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4836 DEBUG [2016-03-22 08:32:13]  Eagerly caching bean 'UserActionPostServiceImpl' to allow for resolving potential circular references
4840 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4840 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4841 DEBUG [2016-03-22 08:32:13]  Creating implicit proxy for bean 'UserActionPostServiceImpl' with 0 common interceptors and 2 specific interceptors
4841 DEBUG [2016-03-22 08:32:13]  Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [cn.home.controller.home.log.service.impl.UserActionPostServiceImpl@7a0ec60b]
4841 DEBUG [2016-03-22 08:32:13]  Finished creating instance of bean 'UserActionPostServiceImpl'
4841 DEBUG [2016-03-22 08:32:13]  Creating shared instance of singleton bean 'UserActionTweeterServiceImpl'
4841 DEBUG [2016-03-22 08:32:13]  Creating instance of bean 'UserActionTweeterServiceImpl'
4841 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4842 DEBUG [2016-03-22 08:32:13]  Eagerly caching bean 'UserActionTweeterServiceImpl' to allow for resolving potential circular references
4846 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4847 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4847 DEBUG [2016-03-22 08:32:13]  Creating implicit proxy for bean 'UserActionTweeterServiceImpl' with 0 common interceptors and 2 specific interceptors
4847 DEBUG [2016-03-22 08:32:13]  Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [cn.home.controller.home.log.service.impl.UserActionTweeterServiceImpl@71ac7dcd]
4847 DEBUG [2016-03-22 08:32:13]  Finished creating instance of bean 'UserActionTweeterServiceImpl'
4847 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'BaseService'
4847 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'cacheService'
4848 DEBUG [2016-03-22 08:32:13]  Creating shared instance of singleton bean 'DemoController'
4848 DEBUG [2016-03-22 08:32:13]  Creating instance of bean 'DemoController'
4848 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4848 DEBUG [2016-03-22 08:32:13]  Eagerly caching bean 'DemoController' to allow for resolving potential circular references
4855 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4855 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4856 DEBUG [2016-03-22 08:32:13]  Finished creating instance of bean 'DemoController'
4856 DEBUG [2016-03-22 08:32:13]  Creating shared instance of singleton bean 'PropagandaService'
4856 DEBUG [2016-03-22 08:32:13]  Creating instance of bean 'PropagandaService'
4856 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4857 DEBUG [2016-03-22 08:32:13]  Found injected element on class [cn.home.controller.at125.demo.service.Impl.XuanchuanServiceImpl]: ResourceElement for private cn.home.controller.at125.demo.dao.XuanchuanDao cn.home.controller.at125.demo.service.Impl.XuanchuanServiceImpl.xuanchuanDao
4858 DEBUG [2016-03-22 08:32:13]  Found injected element on class [cn.home.controller.at125.demo.service.Impl.XuanchuanServiceImpl]: ResourceElement for private cn.home.controller.at125.base.dao.BaseInfoDao cn.home.controller.at125.demo.service.Impl.XuanchuanServiceImpl.baseInfoDao
4858 DEBUG [2016-03-22 08:32:13]  Eagerly caching bean 'PropagandaService' to allow for resolving potential circular references
4863 DEBUG [2016-03-22 08:32:13]  Processing injected method of bean 'PropagandaService': ResourceElement for private cn.home.controller.at125.demo.dao.XuanchuanDao cn.home.controller.at125.demo.service.Impl.XuanchuanServiceImpl.xuanchuanDao
4863 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'PropagandaDao'
4865 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4865 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4869 DEBUG [2016-03-22 08:32:13]  Processing injected method of bean 'PropagandaService': ResourceElement for private cn.home.controller.at125.base.dao.BaseInfoDao cn.home.controller.at125.demo.service.Impl.XuanchuanServiceImpl.baseInfoDao
4869 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'BaseInfoDao'
4869 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4869 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4870 DEBUG [2016-03-22 08:32:13]  Creating implicit proxy for bean 'PropagandaService' with 0 common interceptors and 2 specific interceptors
4870 DEBUG [2016-03-22 08:32:13]  Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [cn.home.controller.at125.demo.service.Impl.XuanchuanServiceImpl@2f6d1071]
4874 DEBUG [2016-03-22 08:32:13]  Finished creating instance of bean 'PropagandaService'
4875 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
4875 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
4875 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
4875 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
4875 DEBUG [2016-03-22 08:32:13]  Creating shared instance of singleton bean 'homeServletContextListener'
4875 DEBUG [2016-03-22 08:32:13]  Creating instance of bean 'homeServletContextListener'
4875 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4875 DEBUG [2016-03-22 08:32:13]  Eagerly caching bean 'homeServletContextListener' to allow for resolving potential circular references
4880 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4880 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4881 DEBUG [2016-03-22 08:32:13]  Finished creating instance of bean 'homeServletContextListener'
4881 DEBUG [2016-03-22 08:32:13]  Creating shared instance of singleton bean 'applicationHelper'
4881 DEBUG [2016-03-22 08:32:13]  Creating instance of bean 'applicationHelper'
4881 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4882 DEBUG [2016-03-22 08:32:13]  Eagerly caching bean 'applicationHelper' to allow for resolving potential circular references
4886 INFO  [2016-03-22 08:32:13]  实例化 applicationContext.......org.springframework.web.context.WebApplicationContext:
4887 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4887 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4887 DEBUG [2016-03-22 08:32:13]  Finished creating instance of bean 'applicationHelper'
4887 DEBUG [2016-03-22 08:32:13]  Creating shared instance of singleton bean 'springServlerApplicationHelper'
4888 DEBUG [2016-03-22 08:32:13]  Creating instance of bean 'springServlerApplicationHelper'
4888 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4888 DEBUG [2016-03-22 08:32:13]  Eagerly caching bean 'springServlerApplicationHelper' to allow for resolving potential circular references
4894 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4894 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4895 DEBUG [2016-03-22 08:32:13]  Finished creating instance of bean 'springServlerApplicationHelper'
4895 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'propertyConfigurer'
4895 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'dataSource'
4895 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'sqlSessionFactory'
4895 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0'
4895 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'transactionManager'
4895 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'txAdvice'
4895 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator'
4895 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0'
4895 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0'
4895 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'userHomeDao'
4895 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'userThirdInfoDao'
4896 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'adminDao'
4896 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'tweetHomeDao'
4896 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'VolunteerDao'
4896 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'spaceDao'
4896 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'topicDao'
4896 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'teamDao'
4896 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'releventDao'
4896 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'heatDataDao'
4896 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'heatDao'
4896 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'heatService'
4896 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'userRelationDao'
4896 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'userActionDao'
4896 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'userLogDao'
4896 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'UserInfoDao'
4896 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'activityDao'
4896 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'activityEnjoyDao'
4896 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'BaseInfoDao'
4896 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'PropagandaDao'
4898 DEBUG [2016-03-22 08:32:13]  Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@bc4e7ba]
4900 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'lifecycleProcessor'
4903 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'springServlerApplicationHelper'
4903 DEBUG [2016-03-22 08:32:13]  Returning cached instance of singleton bean 'sqlSessionFactory'
4903 INFO  [2016-03-22 08:32:13]  实例化 spring容器 .......org.springframework.web.context.WebApplicationContext:


3368 INFO  [2016-03-22 08:32:11]  Mapped "{[/team/post/del || /post/del],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView cn.home.controller.home.team.TeamPostController.del(java.lang.Integer,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
3368 INFO  [2016-03-22 08:32:11]  Mapped "{[/team/post/cmtdel || /post/cmtdel],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String cn.home.controller.home.team.TeamPostController.delcmt(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
3368 INFO  [2016-03-22 08:32:11]  Mapped "{[/team/post/add || /post/add],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView cn.home.controller.home.team.TeamPostController.add(java.lang.Integer,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
3368 INFO  [2016-03-22 08:32:11]  Mapped "{[/team/post/save || /post/save],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String cn.home.controller.home.team.TeamPostController.save(java.lang.Integer,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
3369 INFO  [2016-03-22 08:32:11]  Mapped "{[/team/post/update || /post/update],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView cn.home.controller.home.team.TeamPostController.update(java.lang.Integer,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
3370 INFO  [2016-03-22 08:32:11]  Mapped "{[/at125/like],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView cn.home.controller.home.common.ReleventController.relevant(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
3370 INFO  [2016-03-22 08:32:11]  Mapped "{[/at125/sorry],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView cn.home.controller.home.common.ReleventController.not_fount(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
3372 INFO  [2016-03-22 08:32:11]  Mapped "{[/user/pwd],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String cn.home.controller.home.user.UserInfoController.pwd(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
3372 INFO  [2016-03-22 08:32:11]  Mapped "{[/user/photo],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String cn.home.controller.home.user.UserInfoController.photo(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
3372 INFO  [2016-03-22 08:32:11]  Mapped "{[/user/info],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String cn.home.controller.home.user.UserInfoController.info(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
3375 INFO  [2016-03-22 08:32:11]  Mapped "{[/user/letter],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String cn.home.controller.home.user.UserActionController.letter(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
3375 INFO  [2016-03-22 08:32:11]  Mapped "{[/user/cmt],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String cn.home.controller.home.user.UserActionController.usercmt(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
3375 INFO  [2016-03-22 08:32:11]  Mapped "{[/user/collect],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView cn.home.controller.home.user.UserActionController.userCollect(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
3376 INFO  [2016-03-22 08:32:11]  Mapped "{[/user/count_msg],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String cn.home.controller.home.user.UserActionController.count_msg(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
3376 INFO  [2016-03-22 08:32:11]  Mapped "{[/user/action],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView cn.home.controller.home.user.UserActionController.userAction(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
3378 INFO  [2016-03-22 08:32:11]  Mapped "{[/activity/enjoied],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String cn.home.controller.home.activity.ActivityEnjoyController.gerjoined(java.lang.Integer,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
3378 INFO  [2016-03-22 08:32:11]  Mapped "{[/activity/enjoy],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String cn.home.controller.home.activity.ActivityEnjoyController.gerjoin(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
3378 INFO  [2016-03-22 08:32:11]  Mapped "{[/activity/enjoy],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView cn.home.controller.home.activity.ActivityEnjoyController.gojoin(java.lang.Integer,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws jav

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦中楼上月下 2021-11-28 18:15:17

能详细说说吗

白龙吟 2021-11-28 10:45:42

要制定logger,他们是树形结构的

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文