Last active
August 29, 2015 13:56
-
-
Save filhodanuvem/8903361 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
; Possible bug on Respect/Config. Test and open an issue. | |
; MONOLOG | |
[redisMonologHandler Monolog\Handler\StreamHandler] | |
[monolog Monolog\Logger] | |
name = phartitura | |
handlers = [[redisMonologHandler],] | |
; handlers = [[redisMonologHandler]] <----- without comma, it's not parsed and the library throws an error | |
; Object of class Respect\Config\Instantiator could not be converted to string in .. /vendor/respect/config/library/Respect/Config/Container.php on line 317 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment