Skip to content
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

Writing logs to plain text file #45

Closed
bhagatvansh opened this issue Sep 25, 2023 · 1 comment · Fixed by #82
Closed

Writing logs to plain text file #45

bhagatvansh opened this issue Sep 25, 2023 · 1 comment · Fixed by #82
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Issues that are open for hacktoberfest participants
Milestone

Comments

@bhagatvansh
Copy link
Contributor

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.

@vaibhav-kaushal vaibhav-kaushal added enhancement New feature or request good first issue Good for newcomers hacktoberfest Issues that are open for hacktoberfest participants labels Sep 25, 2023
@vaibhav-kaushal vaibhav-kaushal added this to the Version 1.1 milestone Oct 19, 2023
@vaibhav-kaushal
Copy link
Contributor

This was done earlier when @itishrishikesh finished the client. It has been revised with documentation in #82.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Issues that are open for hacktoberfest participants
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants