weavel-ai / Ape

Your first AI prompt engineer
https://docs.weavel.ai/sdk-reference/ape-common
MIT License
331 stars 13 forks source link

[refactor] Replace print statements with logger calls #41

Closed aschung01 closed 1 week ago

aschung01 commented 1 week ago

Replace print statements with logger calls across multiple files to improve logging consistency and flexibility.

Notes: This change improves the overall logging system by replacing print statements with proper logger calls. It allows for better control over log levels and output formatting, making it easier to manage and filter logs in different environments.