mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 15:37:55 +02: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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user