We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ab913 commit fe0c441Copy full SHA for fe0c441
README.md
@@ -74,10 +74,10 @@ App::error(function(Exception $exception, $code)
74
});
75
```
76
77
-You can change the logs used by changing the log level in the config
+You can change the logs used by changing the log level in the config by modifying the env var.
78
79
```php
80
-'level' => 'error',
+RAVEN_LEVEL=error
81
82
83
### Context information
0 commit comments