dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 192 forks source link

Created buffer size for logs #458

Closed ellbosch closed 4 years ago

ellbosch commented 4 years ago

Closes #353.

This caps logs at 100 MB and adds one backup file to extend our buffer, per recommendation in Python's docs.

I think part of the problem with our logging is that it's incredible verbose—the file size jumps up a lot with limited use. I've created another issue to focus on decreasing the verboseness of our logs (#457).