mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
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:
parent
13b71bdeb7
commit
69d067d2c0
2 changed files with 51 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue