Fix log level settings

This commit is contained in:
bcmmbaga
2025-09-17 18:14:06 +03:00
parent 5c7510449c
commit 77727a7d64
2 changed files with 1 additions and 2 deletions
@@ -103,7 +103,6 @@
<field>
<id>settings.syslog.logLevel</id>
<label>Log Level</label>
<style>selectpicker</style>
<type>dropdown</type>
<help>Set the syslog logging level. Setting a certain log level will cause all messages of the specified and more severe log levels to be logged.</help>
</field>
@@ -69,7 +69,7 @@
</enable>
<logLevel type="OptionField">
<Required>Y</Required>
<Default>info</Default>
<BlankDesc>Info</BlankDesc>
<OptionValues>
<fatal>Fatal</fatal>
<error>Error</error>