Toggle navigation
Toggle navigation
This project
Loading...
Sign in
crp
/
crp-operation
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wanghongbo
2025-09-15 15:25:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d1b773fe830cb2ee3c6a7f730a3901bc7d3b0c05
d1b773fe
1 parent
739cd951
日志目录
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/logback-spring.xml
src/main/resources/logback-spring.xml
View file @
d1b773f
...
...
@@ -4,7 +4,7 @@
<springProperty
scope=
"context"
name=
"log_open_console"
source=
"crp.log.open_console"
defaultValue=
"false"
/>
<springProperty
scope=
"context"
name=
"app_name"
source=
"spring.application.name"
defaultValue=
"crp-operation"
/>
<property
name=
"log_path"
value=
"tools/logs"
/>
<property
name=
"log_path"
value=
"
/
tools/logs"
/>
<property
name=
"log.pattern"
value=
"%d{yyyy-MM-dd HH:mm:ss.SSS}|%level|${PID:-}|%thread|${app_name:-}|%X{X-B3-TraceId:-}|%X{X-B3-SpanId:-}|%X{X-Span-Export:-}|%class.%method-%line|%msg%n"
/>
<!-- Console log output -->
...
...
Please
register
or
login
to post a comment