Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AutogeneralShanghai
yd-backend
Commits
8b219a8f
Commit
8b219a8f
authored
Jul 05, 2021
by
wenyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dev环境打开SQL显示,用于调试
parent
15290619
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
yd-api/src/main/resources/logback-spring.xml
+1
-0
No files found.
yd-api/src/main/resources/logback-spring.xml
View file @
8b219a8f
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<!-- 使用spring profile 来管理多环节log文件 -->
<logger
name=
"com.yd.dal.mapper"
level=
"DEBUG"
/>
<springProfile
name=
"local"
>
<!-- local 环境 -->
<appender
name=
"STDOUT"
class=
"ch.qos.logback.core.ConsoleAppender"
>
<!-- 控制台输出 -->
<encoder
class=
"ch.qos.logback.classic.encoder.PatternLayoutEncoder"
>
...
...
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