Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Jul 17, 2022
1 parent 51eba5a commit b333a7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ By default, Supercharg uses the `console` driver printing all log messages to th
### Available Log Drivers
Supercharge uses a driver-based approach for logging. A driver represents a single channel or multiple channels. A channel itself describes the destiation for log messages. Here’s a list of available log drivers and the related log channels:

| Channel Driver | Description |
|----------------- |--------------------------------------------- |
| `console` | Logging all messages to the terminal |
| `file` | Logging all messages to a dedicated log file |
| Channel Driver | Description |
|----------------- |--------------------------------------------- |
| `console` | Logging all messages to the terminal |
| `file` | Logging all messages to a dedicated log file |


```info
Expand Down

0 comments on commit b333a7d

Please sign in to comment.