diff options
Diffstat (limited to 'src/components/Config.js')
| -rw-r--r-- | src/components/Config.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/Config.js b/src/components/Config.js index e8fbfba..e72d5f9 100644 --- a/src/components/Config.js +++ b/src/components/Config.js @@ -41,6 +41,10 @@ const optionsLogLevel = [ { label: 'debug', value: 'debug' + }, + { + label: 'silent', + value: 'silent' } ]; |
