aboutsummaryrefslogtreecommitdiffstats
path: root/test/monitoring/monitor.html
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-08-31 13:43:31 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-08-31 13:43:31 +0200
commit80444c55e5debc4807df81342e537b5a4e6c4971 (patch)
tree00127e6d311ed1fb8907b8ce0fc6a3cdb896329a /test/monitoring/monitor.html
parent11e2d4395056c7bd2a618b4fa7ffdd70af05d14e (diff)
verbosity: fixes split verbosity level 1 in 2 levels
The names wasn't correctly reported by monitor Change-Id: Id382d7fdc3bb56c8c11c865439e7e18c257df3a2 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'test/monitoring/monitor.html')
-rw-r--r--test/monitoring/monitor.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/monitoring/monitor.html b/test/monitoring/monitor.html
index e9572ba8..22f090ed 100644
--- a/test/monitoring/monitor.html
+++ b/test/monitoring/monitor.html
@@ -135,6 +135,7 @@
<span>Verbosity:</span>
<select class="select">
<option value="error">error</option>
+ <option value="warning">warning</option>
<option value="notice">notice</option>
<option value="info">info</option>
<option value="debug">debug</option>