[GH-ISSUE #70] [Feature Request] Simplified & High-Readable Console Output #58

Closed
opened 2026-02-27 04:57:18 +03:00 by kerem · 2 comments
Owner

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:

Image
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: <img width="1116" height="719" alt="Image" src="https://github.com/user-attachments/assets/5f3ffa8a-b2b9-4dbb-8ad4-e1900b995daa" />
kerem 2026-02-27 04:57:18 +03:00
Author
Owner

@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_INTERFACE config a shot and let me know if it somewhat meets your needs.

<!-- gh-comment-id:3273044193 --> @Googolplexed0 commented on GitHub (Sep 10, 2025): Take a look at the [efficient-api](https://github.com/Googolplexed0/zotify/tree/efficient-api) branch, which recently got feature #64 with v0.10.10. Give the `STANDARD_INTERFACE` config a shot and let me know if it somewhat meets your needs.
Author
Owner

@Googolplexed0 commented on GitHub (Sep 24, 2025):

Closing for now. If you have additional requests for the further development of the STANDARD_INTERFACE please reopen this issue.

<!-- gh-comment-id:3326367257 --> @Googolplexed0 commented on GitHub (Sep 24, 2025): Closing for now. If you have additional requests for the further development of the `STANDARD_INTERFACE` please reopen this issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/zotify#58
No description provided.