Skip to content

Commit b333a7d

Browse files
committed
formatting
1 parent 51eba5a commit b333a7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

logger.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ By default, Supercharg uses the `console` driver printing all log messages to th
1616
### Available Log Drivers
1717
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:
1818

19-
| Channel Driver | Description |
20-
|----------------- |--------------------------------------------- |
21-
| `console` | Logging all messages to the terminal |
22-
| `file` | Logging all messages to a dedicated log file |
19+
| Channel Driver | Description |
20+
|----------------- |--------------------------------------------- |
21+
| `console` | Logging all messages to the terminal |
22+
| `file` | Logging all messages to a dedicated log file |
2323

2424

2525
```info

0 commit comments

Comments
 (0)