Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix invalid log archive file format error #983

Merged
1 commit merged into from
May 18, 2022

Conversation

line-bear
Copy link
Contributor

Description

Logback only support GZIP/ZIP compression according their document "Automatic file compression" section.

fileNamePattern option ends with .tar.gz should be treat as .gz. It won't recognize the file format and shows "This does not look like a tar archive" error when you trying to unpack the log archive file with tar -zxvf command, also, it won't be accept by winrar or 7zip and shows broken archive file(actually not) on windows.

Issues fixed by this PR

Type of changes

  • Bug fix
  • New feature
  • Enhancement
  • Documentation

Checklist:

  • My code follows the style guidelines of this project
  • My pull request is unique and no other pull requests have been opened for these changes
  • I have read the Contributing note and Code of conduct
  • I am responsible for any copyright issues with my code if it occurs in the future.

@ghost ghost merged commit 5042db4 into Grasscutters:development May 18, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant