-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: log to a file #111
Comments
Here I have used Python's built-in logging module to create a logger function.
This will create a log file called cQube.log in the logs directory and log the messages with their respective log levels. STEPS to Use this Logger-
Thanks |
Hey @shubhrai2811, |
@techsavvyash can you go through this PR i created and see if this is what you wanted |
Description
cQube generates lots of logs, during the ingestion process. A utility function to allow logging all the log data to a file needs to be implemented.
The text was updated successfully, but these errors were encountered: