change log level at runtime

This commit is contained in:
Athou
2013-06-09 16:19:49 +02:00
parent 9da0f5e946
commit d212cf66c1
4 changed files with 40 additions and 0 deletions

View File

@@ -137,6 +137,13 @@
<input type="checkbox" name="pubsubhubbub" ng-model="settings.pubsubhubbub" />
</div>
</div>
<div class="control-group">
<label class="control-label" for="logLevel">Logging level</label>
<div class="controls">
<select name="logLevel" ng-model="settings.logLevel" ng-options="level for level in ['DEBUG', 'INFO', 'WARN', 'ERROR']">
</select>
</div>
</div>
</div>
</div>
<div class="control-group">