FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
le_java/configFiles/logback.xml.example at master · hsdmiranda/le_java · GitHub
hsdmiranda
/
le_java
Public
forked from
rapid7/le_java
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
le_java
/
configFiles
/
logback.xml.example
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (16 loc) · 429 Bytes
Breadcrumbs
le_java
/
configFiles
/
logback.xml.example
Copy path
File metadata and controls
18 lines (16 loc) · 429 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
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
configuration
>
<
appender
name
=
"
LE
"
class=
"
com.logentries.logback.LogentriesAppender
"
>
<
Token
>LOGENTRIES_TOKEN</
Token
>
<
Debug
>False</
Debug
>
<
Ssl
>False</
Ssl
>
<
facility
>USER</
facility
>
<
encoder
>
<
pattern
>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</
pattern
>
</
encoder
>
</
appender
>
<
root
level
=
"
debug
"
>
<
appender-ref
ref
=
"
LE
"
/>
</
root
>
</
configuration
>
Back
|
FazBrowse Home
|
New Git URL