Skip to content

Commit

Permalink
Revert "debug: Default to info"
Browse files Browse the repository at this point in the history
This reverts commit 25731cc.
  • Loading branch information
m-mohr committed Dec 2, 2019
1 parent 17c618a commit 684114f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"default": ""
},
"level": {
"description": "The severity level of this message, defaults to `info`. Note that the level `error` forces the computation to be stopped!",
"description": "The severity level of this message. Note that the level `error` forces the computation to be stopped!",
"schema": {
"type": "string",
"enum": [
Expand All @@ -38,7 +38,7 @@
"debug"
]
},
"default": "info"
"default": "debug"
},
"message": {
"description": "A message to send in addition to the data.",
Expand Down

0 comments on commit 684114f

Please sign in to comment.