Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
change4weixin
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenjinzhu
change4weixin
Commits
22f655ad
Commit
22f655ad
authored
Apr 17, 2018
by
admin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
15f3aa91
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
bin/src/main/resources/log4j.properties
+23
-0
bin/src/main/webapp/js/jquery-2.1.4.min.js
+0
-0
No files found.
bin/src/main/resources/log4j.properties
0 → 100644
View file @
22f655ad
log4j.rootLogger
=
debug,LOG,ERROR
#log4j.logger.com.zhiwei.step.core.MsgSender=debug,RECORD
#LOG(All log)
log4j.appender.LOG
=
org.apache.log4j.ConsoleAppender
log4j.appender.LOG.Threshold
=
info
log4j.appender.LOG.Target
=
System.out
log4j.appender.LOG.layout
=
org.apache.log4j.PatternLayout
log4j.appender.LOG.layout.ConversionPattern
=
%-d{yyyy-MM-dd HH:mm:ss,SSS} %m%n
#ERROR
log4j.appender.ERROR
=
org.apache.log4j.RollingFileAppender
log4j.appender.ERROR.Threshold
=
error
log4j.appender.ERROR.File
=
${catalina.home}/log/error.log
log4j.appender.ERROR.MaxFileSize
=
10MB
log4j.appender.ERROR.MaxBackupIndex
=
10
log4j.appender.ERROR.layout
=
org.apache.log4j.PatternLayout
log4j.appender.ERROR.layout.ConversionPattern
=
%d{yyyy-MM-dd HH
\:
mm
\:
ss,SSS} [%t] [%c] [%p] - %m%n
#RECORD
log4j.appender.RECORD
=
org.apache.log4j.DailyRollingFileAppender
log4j.appender.RECORD.File
=
${catalina.home}/log/msg_record.log
log4j.appender.RECORD.layout
=
org.apache.log4j.PatternLayout
log4j.appender.RECORD.layout.ConversionPattern
=
%d{yyyy-MM-dd HH
\:
mm
\:
ss,SSS} %m%n
\ No newline at end of file
bin/src/main/webapp/js/jquery-2.1.4.min.js
0 → 100644
View file @
22f655ad
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment