mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-07 21:30:16 +00:00
[Problem] MPF.Check always compressing logs even if don't use -z #867
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JohnVeness on GitHub (Oct 18, 2025).
Originally assigned to: @mnadareski on GitHub.
Version
What version are you using?
Build
What runtime version are you using?
Describe the issue
Current WIP MPF.Check is always compressing the log files, even if I don't include the -z option.
To Reproduce
Steps to reproduce the behavior:
redumper --image-path gamefolder --image-name gamels gamefoldergame.log,game.physical, andgame.statefiles are presentMPF.Check xboxone -u redumper gamefolder/game.logls gamefolderObserved behavior
The
game.log,game.physical, andgame.statefiles are not present. Instead agame_logs.zipfile is present.Expected behavior
The
game.log,game.physical, andgame.statefiles are present. No .zip file is present.@mnadareski commented on GitHub (Oct 18, 2025):
Flags as toggles when config exists will be in WIP when
d2ed2f81aeis merged intomain.@JohnVeness commented on GitHub (Oct 18, 2025):
Ah sorry, I hadn't noticed that MPF.Check now reads config.json.
@mnadareski commented on GitHub (Oct 18, 2025):
Added a print that tells when the config is being used since I didn't realize that this would be an issue. That's in
fae399f8bc@JohnVeness commented on GitHub (Oct 18, 2025):
Yeah, it's mentioned in the release notes for 3.5.0 but maybe not as prominently as it could have been! To be honest I'm not even really sure why I have a config.json, as this is on a Linux PC so I've never run MPF.UI. Maybe it's from experiments I did some time ago with MPF.CLI, in which case who knows what the settings are. Anyway, now I know, I can delete the config.json no problem.
It might be nice if there was a command-line option to show the saved settings, like
git config listorget_iplayer --prefs-show.@mnadareski commented on GitHub (Oct 19, 2025):
Fixed as of
d2ed2f81aeandfae399f8bc