Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fzm-joying
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
lei
fzm-joying
Commits
410a68b8
Commit
410a68b8
authored
Jul 14, 2021
by
tangtuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改logback配置
parent
fcd54acb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
logback-spring.xml
joying-portal/src/main/resources/logback-spring.xml
+1
-5
No files found.
joying-portal/src/main/resources/logback-spring.xml
View file @
410a68b8
...
...
@@ -39,9 +39,6 @@
<!-- 设置字符集 -->
<charset>
UTF-8
</charset>
</encoder>
<filter
class=
"ch.qos.logback.classic.filter.ThresholdFilter"
>
<level>
DEBUG
</level>
</filter>
</appender>
<!--输出到控制台-->
...
...
@@ -86,7 +83,7 @@
<!-- 添加附加的appender,最多只能添加一个 -->
<appender-ref
ref=
"INFO_FILE"
/>
</appender>
<logger
name=
"com.baomidou.mybatisplus.core.mapper"
level=
"debug"
/>
<!--
<logger>用来设置某一个包或者具体的某一个类的日志打印级别、
...
...
@@ -113,7 +110,6 @@
不能设置为INHERITED或者同义词NULL。默认是DEBUG
可以包含零个或多个元素,标识这个appender将会添加到这个logger。
-->
<logger
name=
"com.fzm.common.mapper"
level=
"debug"
/>
<root
level=
"INFO"
>
<!--开发环境和本地:-->
...
...
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