-
Notifications
You must be signed in to change notification settings - Fork 455
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
Query erlang.log creation #517
Comments
meet the same issue recently, wonder how you fix it tks |
Couldn't fix it. These are 5 files, and not much of a big deal so ignored it. I just wanted to know the reason, why this was happening. |
Thanks for quick reply. In my case, it is a real matter, because I find that there are quite many logs writen into this file Also I find that my erlang application is not running normally, from the log output, I see some latency (somethings > 1s) happened now and then. I can't find how to disable erlang.log |
That's not a lager file. Your release may be logging stdout to the file, in which case you may want to try disabling the console log handler. |
Thanks for your tips, I will have a try. |
by https://erlang.org/doc/man/run_erl.html , find that erlang.log is created by |
I am using lager. This is my config.
There is an
erlang.log
file being created in the log folder which is essentially duplicating stuff that is indebug.log
. Could you tell the reason for its creation?I am passing this in vm.args file to erlang
The text was updated successfully, but these errors were encountered: