-
Notifications
You must be signed in to change notification settings - Fork 132
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
"Library Log File" Grows With No Limit #80
Comments
Hey, thanks for raising this issue. We certainly dont want to be logging every single issue. We would instead like to capture exceptions that are unique. Meaning that if you get exceptions as a result of network connection, we only log that once and we skip the repeats. |
Closing this issue due to lack of activity. Feel free to reopen if additional follow up is needed |
We have just been in a position were the log file grew to over 20Gb in 4 days due to a permission related error with AWS it would seem. Still investigating the cause but this was a problem for us and I will now be disabling this log file seeing as there is no fix currently. |
Facing the same issue. Log file aws-logger-errors.txt size increases very rapidly to GBs when ever there is some connectivity issue to cloudwatch. A repetitive message gets logged to the file which increases file size. |
Just ran into the same issue today on an EC2 instance that recently had some new logging code enabled. |
@ashishdhingra Can this issue be re-opened/addressed? |
@winzig Looks like this issue was reported more than 2 years back and has a workaround available to disable logging by setting |
OK, well those things don't solve the problem. As sattpat mentioned in his initial reply, the real solution would be:
|
We're logging to CloudWatch in an application which sometimes runs without a network connection. This generates many errors and aws-logger-errors.txt can explode. These seems to be no way to control the size of this file.
We have a workaround which is to set LibraryLogFileName to null which stops all error logging.
The text was updated successfully, but these errors were encountered: