summaryrefslogtreecommitdiff
path: root/src/components/Config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Config.js')
-rw-r--r--src/components/Config.js4
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'
}
];