mirror of
https://github.com/searxng/searxng.git
synced 2026-07-24 00:41:24 +00:00
[feat] logs: Settings option to set custom level
This commit is contained in:
@@ -139,6 +139,7 @@ def apply_schema(settings, schema, path_list):
|
||||
SCHEMA = {
|
||||
'general': {
|
||||
'debug': SettingsValue(bool, False, 'SEARXNG_DEBUG'),
|
||||
'log_level': SettingsValue(str, 'warning'),
|
||||
'instance_name': SettingsValue(str, 'SearXNG'),
|
||||
'privacypolicy_url': SettingsValue((None, False, str), None),
|
||||
'contact_url': SettingsValue((None, False, str), None),
|
||||
|
||||
Reference in New Issue
Block a user