Logging level can be set in the UI (immediately applied)

Logging level is set from config on startup as well
This commit is contained in:
Mark McDowall 2013-07-24 18:03:20 -07:00
commit 69d067d2c0
2 changed files with 51 additions and 2 deletions

View file

@ -70,4 +70,24 @@
</div>
</div>
</fieldset>
<fieldset>
<legend>Logging</legend>
<div class="control-group">
<label class="control-label">Log Level</label>
<div class="controls">
<select name="logLevel">
<option value="Trace">Trace</option>
<option value="Debug">Debug</option>
<option value="Info">Info</option>
</select>
<span>
<i class="icon-form-danger" title="Trace and Debug logging should only be enabled temporarily"/>
</span>
</div>
</div>
</fieldset>
</div>