Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
By going from logging DEBUG messages to INFO and above, we shave 95% off the log size when doing the poly-example. Logging has been proven to be a bottleneck so this change could actually improve perceived application speed. Not opting to filter out INFO as well for the moment, meaning we will still log whenever the connection is closed and reopened (which we don't want to happen so it makes sense to log it).
- Loading branch information