mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[GH-ISSUE #530] more detailed debug #194
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#194
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 @francescor on GitHub (Oct 18, 2024).
Original GitHub issue: https://github.com/flyimg/flyimg/issues/530
Originally assigned to: @sadok-f on GitHub.
Is your feature request related to a problem? Please describe.
When, with debug enabled I have an error, like
We are unable to spot the source image that cause the issue (we believe are images like this one but only with some browser's setup )
Describe the solution you'd like
We would like to have a more detailed debug with a link to the source image
Best would be more backup level, like: debug/info/error
@sadok-f commented on GitHub (Oct 24, 2024):
@francescor In the latest release 1.5.0, I've added new logging using the monolog library. The output should be more readable and contain more information about the Request.
Also a new variable was added to control the log level
log_level: error # possible values: debug, info, error...