Skip to content

Commit f337900

Browse files
authored
Remove reference to "null" log driver that doesnt exist (#9092)
There's no "null" driver for logging. There is only a "null" channel.
1 parent ea932bb commit f337900

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

logging.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ Name | Description
5454
`daily` | A `RotatingFileHandler` based Monolog driver which rotates daily
5555
`errorlog` | An `ErrorLogHandler` based Monolog driver
5656
`monolog` | A Monolog factory driver that may use any supported Monolog handler
57-
`null` | A driver that discards all log messages
5857
`papertrail` | A `SyslogUdpHandler` based Monolog driver
5958
`single` | A single file or path based logger channel (`StreamHandler`)
6059
`slack` | A `SlackWebhookHandler` based Monolog driver

0 commit comments

Comments
 (0)