Skip to content

Commit

Permalink
Added missing errorlog logging option
Browse files Browse the repository at this point in the history
  • Loading branch information
martinssipenko committed Mar 17, 2015
1 parent 7c445c8 commit 58b3e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For example, if you wish to use a single log file instead of daily files, you ca

'log' => 'single'

Out of the box, Laravel supported `single`, `daily`, and `syslog` logging modes. However, you are free to customize the logging for your application as you wish by overriding the `ConfigureLogging` bootstrapper class.
Out of the box, Laravel supported `single`, `daily`, `syslog` and `errorlog` logging modes. However, you are free to customize the logging for your application as you wish by overriding the `ConfigureLogging` bootstrapper class.

### Error Detail

Expand Down

0 comments on commit 58b3e00

Please sign in to comment.