PR2: Define logging strategy and configuration #6
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer#6
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?
For PR2 we need to introduce structured logging.
Open questions:
Please provide guidance so we can implement cleanly in PR2.
Use built in logging, it shouldn't be a feature included in the final application so we'll use simple, but detailed, logs during development that can be excluded from the build releases. I would use an unimportant, or temp, path that's accessible but not critical or persistent. During development we should have very detailed logging to note which function failed in which file, how it was called and what its return state or error code was. There's no reason for the application to fail or crash without a useful log to pinpoint where, how, or the call attempted.
Reviewed and incorporated feedback:
This aligns with PR2 direction. Closing as resolved.