Lab 5 of 5
Β·
Open-Ended
Ask Claude β Review My Logging Setup
Objective: Share a script that uses logging and ask Claude to review the log levels, format, and structure.
Instructions
Paste any script from this unit (or a previous one) that you have added logging to.
Claude will review: - Whether the log levels (DEBUG, INFO, WARNING, ERROR) are used correctly for each message - Whether the format string captures enough information - Whether anything important is missing from the log output - How to write logs to a file instead of the screen
π‘ Show Hint
Include the full script β logging config and all logging calls. The more context, the more specific the feedback.
Paste Your Output