Skip to content
Snippets Groups Projects
Commit 021e060d authored by Seb Flippence's avatar Seb Flippence Committed by Rhys Arkins
Browse files

docs: Documented Bunyan log levels (#3444)

parent 06c440fb
No related merge requests found
......@@ -92,6 +92,7 @@ const options = [
description: 'Logging level',
stage: 'global',
type: 'string',
allowedValues: ['fatal', 'error', 'warn', 'info', 'debug', 'trace'],
default: 'info',
env: 'LOG_LEVEL',
},
......
......@@ -56,6 +56,7 @@
"logLevel": {
"description": "Logging level",
"type": "string",
"enum": ["fatal", "error", "warn", "info", "debug", "trace"],
"default": "info"
},
"logFile": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment