⚑ IT Wisdom My firewall rejected my social life. Said it violated the default deny policy.
Skilled Practitioner
4249 XP 1751 to Expert
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