Open redex-ai opened 1 year ago
The QR_code_generator.py script will be updated to include logging functionality. This will help in tracking the execution flow and any issues that may arise during the QR code generation process.
Add import statement for logging module. Initialize logging with a basic configuration. Add logging statements to log the start and end of the QR code generation process, as well as any potential errors.
PULL REQUEST : https://github.com/redex-ai/QR-Code_generator/pull/3
Add logs to QR_code_generator.py