jbroadway / analog

PHP logging library that is highly extendable and simple to use.
MIT License
342 stars 48 forks source link

improve the logical flow #27

Closed tessus closed 7 years ago

tessus commented 8 years ago

previously, if the new driver (mongodb) was loaded, but the existing server connection was from the legacy driver, the existing connection would not be used now, the existing connection is always used if a new connection has to be established, the new driver is used (if available)

jbroadway commented 7 years ago

Thanks!