mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[GH-ISSUE #70] [Feature Request] Simplified & High-Readable Console Output #58
Labels
No labels
bug
considering
discussion
documentation
enhancement
enhancement
good first issue
help wanted
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zotify#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @treysu on GitHub (Sep 9, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/70
Related Problem/Issue
Is this Feature Request related to an existing GitHub Issue or Bug Report?
No. The issue this feature would solve is readability of the program output when run in docker mode.
Ideal Solution
An environment variable called "SIMPLE_OUTPUT" that will disable all fancy output presentation and instead produce a more verbose output that is sent row-by-row.
Considered Alternatives
We could potentially implement the logging python library or other similar tools to produce a separate log file, instead of relying on console output.
Additional context
While it is very nice to have fancy console outputs that are not constantly streaming data that fills up the console, sometimes it is more desirable to have a simple output that can be logged line-by-line.
My docker container logs look like this most of the time:
@Googolplexed0 commented on GitHub (Sep 10, 2025):
Take a look at the efficient-api branch, which recently got feature #64 with v0.10.10. Give the
STANDARD_INTERFACEconfig a shot and let me know if it somewhat meets your needs.@Googolplexed0 commented on GitHub (Sep 24, 2025):
Closing for now. If you have additional requests for the further development of the
STANDARD_INTERFACEplease reopen this issue.