Writing logs to plain text file #45
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
Issues that are open for hacktoberfest participants
Milestone
Default flow of bark after collecting logs is to send it to send to app_log table. However, if the user requires the logs to be written to a file, they should be able to configure it.
Using a simple variable while creating logger, we can ask the user input. WriteToDB ? Yes/No.
If it is no, then the logs after being sent to the channel, will be written to a .txt file.
The text was updated successfully, but these errors were encountered: