Skip to content

Instantly share code, notes, and snippets.

@raystorm
Created February 2, 2014 06:48
Show Gist options
  • Save raystorm/393e4912ca5c3bcb70e4 to your computer and use it in GitHub Desktop.
Save raystorm/393e4912ca5c3bcb70e4 to your computer and use it in GitHub Desktop.
Symfony log to stdout & stderr
stdout:
type: stream
path: "php://stdout"
level: debug
stderr:
type: stream
path: "php://stderr"
level: warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment