Skip to content

Commit 470d262

Browse files
Merge pull request #3336 from sfreytag/sfreytag-docs/logger
docs(logger): Add 'fatal' log level to options table
2 parents fc6d035 + fb50df8 commit 470d262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/logger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Here are all the available options listed in the table below:
6060

6161
| Option | Description | Default |
6262
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------- |
63-
| `logLevels` | Enabled log levels. | `['log', 'error', 'warn', 'debug', 'verbose']` |
63+
| `logLevels` | Enabled log levels. | `['log', 'fatal', 'error', 'warn', 'debug', 'verbose']` |
6464
| `timestamp` | If enabled, will print timestamp (time difference) between current and previous log message. Note: This option is not used when `json` is enabled. | `false` |
6565
| `prefix` | A prefix to be used for each log message. Note: This option is not used when `json` is enabled. | `Nest` |
6666
| `json` | If enabled, will print the log message in JSON format. | `false` |

0 commit comments

Comments
 (0)