Created
September 29, 2018 21:01
-
-
Save bladeofsteel/940f8acf9e74713a72f9752e24ea73ab to your computer and use it in GitHub Desktop.
включение логирования в драйвере монги
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
error_reporting (E_NOTICE); | |
MongoLog::setModule( MongoLog::ALL ); | |
MongoLog::setLevel( MongoLog::ALL ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment