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

File logging #129

Open
OpenBagTwo opened this issue Feb 16, 2024 · 1 comment
Open

File logging #129

OpenBagTwo opened this issue Feb 16, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@OpenBagTwo
Copy link
Owner

GIVEN Alex or M.A.R.I.L.L.A is running EnderChest sync operations regularly

WHEN they go into their EnderChest folder inside their $MINECRAFT_ROOT

THEN they can go into a folder named .logs (hidden on POSIX systems) and view plaintext logs of all recent EnderChest operations, captured by default at the DEBUG level and above

SO that they can find out when a particular file was last synced or otherwise debug some odd behavior (e.g. #127)

Notes

  • The .logs folder should not be synced by default.
    Python has built-in support for rotating log files.
  • A lot of the logging behavior (such as the logging level and the log retention policy) should be controllable via config
@OpenBagTwo OpenBagTwo added the enhancement New feature or request label Feb 16, 2024
@OpenBagTwo OpenBagTwo added this to the v0.2 milestone Feb 16, 2024
@OpenBagTwo
Copy link
Owner Author

Blocked by #136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant