Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
827044b3
Commit
827044b3
authored
May 19, 2022
by
linebear
Committed by
Melledy
May 18, 2022
Browse files
Fix this does not look like a tar archive error when extract log file
parent
efe459e1
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
827044b3
...
...
@@ -17,7 +17,7 @@
*.nar
*.ear
*.zip
*.
tar.
gz
*.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
...
...
src/main/resources/logback.xml
View file @
827044b3
...
...
@@ -9,7 +9,7 @@
<appender
name=
"FILE"
class=
"ch.qos.logback.core.rolling.RollingFileAppender"
>
<file>
logs/latest.log
</file>
<rollingPolicy
class=
"ch.qos.logback.core.rolling.TimeBasedRollingPolicy"
>
<fileNamePattern>
logs/log.%d{yyyy-MM-dd}_%d{HH}.log.
tar.
gz
</fileNamePattern>
<fileNamePattern>
logs/log.%d{yyyy-MM-dd}_%d{HH}.log.gz
</fileNamePattern>
<maxHistory>
24
</maxHistory>
</rollingPolicy>
<encoder>
...
...
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