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

[1.20.1] Bug name archive log file in log.gz #2714

Closed
DimaFargry opened this issue Sep 24, 2023 · 2 comments
Closed

[1.20.1] Bug name archive log file in log.gz #2714

DimaFargry opened this issue Sep 24, 2023 · 2 comments
Labels
Needs Testing Wait Issue that need to be viewed and adding corresponding labels

Comments

@DimaFargry
Copy link

DimaFargry commented Sep 24, 2023

Minecraft Version : 1.20.1

Mohist Version : mohist-1.20.1-446-server

Operating System : Linux and Windows

Mod list : No

Plugin list : No

Description of issue : The server does not archive name logs correctly.

Example:
Good: (How it should be.)
2023-08-29-3.log.zip = 2023-08-29-3.log
debug-3.log.zip = debug-3.log

Bug:
2023-08-29-3.log.gz = 2023-08-29-1.log
debug-3.log.zip = debug-1.log

On Paper and Vanila server forge there is no such error.

logs bug

@MohistBOT MohistBOT added Needs Testing Wait Issue that need to be viewed and adding corresponding labels labels Sep 24, 2023
@MohistBOT
Copy link
Collaborator

Hello, thanks for opening this issue!

Before continuing, please understand that Mohist is a free and open source software, made by people in their free time. Know that we are not able to give any eta about when your issue will get answered or fixed.

Our team will first check if your issue isn't duplicated. If it's the case, we will close your issue, giving your the number of the other issue so that you can follow its progress. If you are able to do it, please check that your issue isn't duplicated, this would help us a lot.

Thank you for your patience, and have a nice day (or night)!

@DimaFargry
Copy link
Author

DimaFargry commented Sep 24, 2023

My fix in log4j2_mohist.xml
https://haste.mohistmc.com/unitewulox.xml

DefaultRolloverStrategy max="99" fileIndex="min"/>_
to
DefaultRolloverStrategy max="99"/>_

DefaultRolloverStrategy max="5" fileIndex="min"/>_
to
DefaultRolloverStrategy max="5"/>_

fix logs

Mgazul added a commit that referenced this issue Sep 24, 2023
Mgazul added a commit that referenced this issue Sep 24, 2023
Mgazul added a commit that referenced this issue Sep 24, 2023
Mgazul added a commit that referenced this issue Sep 24, 2023
Mgazul added a commit that referenced this issue Sep 24, 2023
Mgazul added a commit that referenced this issue Sep 24, 2023
@Mgazul Mgazul closed this as completed Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Testing Wait Issue that need to be viewed and adding corresponding labels
Projects
None yet
Development

No branches or pull requests

3 participants