You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If all the logs are written to the same file, over a long period of time it will grow in size and become many MB. We may want to investigate the RotatingFileHandler class which switches logging to a new file when the file exceeds a certain size, and deletes old files (similar to what our Node.js SDK does).
Since logging to a file is working, this could be addressed in a separate issue 🙂
Thank you for raising this enhancement request.
The community has 90 days to vote on it.
If the enhancement receives at least 5 upvotes, it is added to our development backlog.
If it receives fewer votes, the issue is closed.
Originally posted by @t1m0thyj in #268 (comment)
The text was updated successfully, but these errors were encountered: