FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
frontend/diagnostics/conf/logback.xml at test · devhttps/frontend · GitHub
devhttps
/
frontend
Public
forked from
guardian/frontend
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
frontend
/
diagnostics
/
conf
/
logback.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (16 loc) · 685 Bytes
Breadcrumbs
frontend
/
diagnostics
/
conf
/
logback.xml
Copy path
File metadata and controls
22 lines (16 loc) · 685 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<
configuration
>
<
contextName
>frontend-diagnostics</
contextName
>
<
appender
name
=
"
LOGFILE
"
class
=
"
ch.qos.logback.core.rolling.RollingFileAppender
"
>
<
file
>logs/frontend-diagnostics.log</
file
>
<
rollingPolicy
class
=
"
ch.qos.logback.core.rolling.TimeBasedRollingPolicy
"
>
<
fileNamePattern
>logs/frontend-diagnostics.log.%d{yyyy-MM-dd}.gz</
fileNamePattern
>
<
maxHistory
>7</
maxHistory
>
</
rollingPolicy
>
<
encoder
>
<
pattern
>%date [%thread] %-5level %logger{36} - %msg%n%xException</
pattern
>
</
encoder
>
</
appender
>
<
root
level
=
"
INFO
"
>
<
appender-ref
ref
=
"
LOGFILE
"
/>
</
root
>
</
configuration
>
Back
|
FazBrowse Home
|
New Git URL