Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_backend
Commits
554f846d
Commit
554f846d
authored
Jul 18, 2023
by
shiyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日志路径
parent
cc3761aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
ch-admin-api/src/main/resources/application.yml
ch-admin-api/src/main/resources/application.yml
+4
-3
ch-admin-api/src/main/resources/logback-spring.xml
ch-admin-api/src/main/resources/logback-spring.xml
+1
-1
No files found.
ch-admin-api/src/main/resources/application.yml
View file @
554f846d
...
@@ -17,8 +17,9 @@ server:
...
@@ -17,8 +17,9 @@ server:
logging
:
logging
:
level
:
level
:
root
:
ERROR
root
:
info
org.springframework
:
ERROR
org.springframework
:
info
org.mybatis
:
ERROR
org.mybatis
:
info
com.jbp.db.dao
:
debug
com.wwdz.ch.admin
:
DEBUG
com.wwdz.ch.admin
:
DEBUG
com.wwdz.ch
:
INFO
com.wwdz.ch
:
INFO
\ No newline at end of file
ch-admin-api/src/main/resources/logback-spring.xml
View file @
554f846d
...
@@ -83,7 +83,7 @@
...
@@ -83,7 +83,7 @@
<onMismatch>
DENY
</onMismatch>
<onMismatch>
DENY
</onMismatch>
</filter>
</filter>
</appender>
</appender>
<root
level=
"
debug
"
>
<root
level=
"
info
"
>
<appender-ref
ref=
"console"
/>
<appender-ref
ref=
"console"
/>
<appender-ref
ref=
"rolling"
/>
<appender-ref
ref=
"rolling"
/>
<appender-ref
ref=
"rolling-warn"
/>
<appender-ref
ref=
"rolling-warn"
/>
...
...
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