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

avoid panic: send on closed channel after closing logger. #4004

Merged
merged 1 commit into from
Jun 6, 2020
Merged

avoid panic: send on closed channel after closing logger. #4004

merged 1 commit into from
Jun 6, 2020

Conversation

huija
Copy link
Contributor

@huija huija commented Jun 4, 2020

In synchronous mode, writing log after closing logger doesn't cause panic.
In asynchronous mode, writing log after closing logger would cause panic.
Instead of causing panic, it's better to drop the msg.

@flycash flycash merged commit 0dab959 into beego:develop Jun 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants