Skip to content

Instantly share code, notes, and snippets.

@filhodanuvem
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filhodanuvem/8903361 to your computer and use it in GitHub Desktop.
Save filhodanuvem/8903361 to your computer and use it in GitHub Desktop.
; 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