mirror of
https://github.com/netbirdio/OPNsensePlugins.git
synced 2026-05-22 18:42:59 -07:00
Fix log level settings
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user