webapp: Add hint text for the core log level

This commit is contained in:
Thomas Basler
2025-04-24 19:12:22 +02:00
parent bb800a1dac
commit a1b2ea7a76
8 changed files with 9 additions and 1 deletions

View File

@@ -713,6 +713,7 @@
"LogLevel": "Log Level",
"DefaultLevel": "Default log level",
"Module": "Module",
"CoreHint": "Warning: A too detailed log level of the CORE module can significantly impact performance and lead to unpredictable behavior. The log level setting should only be temporarily adjusted for targeted troubleshooting. The default setting 'Error' is sufficient for normal operation.",
"log_inherit": "Inherit from default",
"log_none": "None",
"log_error": "(E) Error",

View File

@@ -713,6 +713,7 @@
"LogLevel": "Log Level",
"DefaultLevel": "Default log level",
"Module": "Module",
"CoreHint": "Warning: A too detailed log level of the CORE module can significantly impact performance and lead to unpredictable behavior. The log level setting should only be temporarily adjusted for targeted troubleshooting. The default setting 'Error' is sufficient for normal operation.",
"log_inherit": "Inherit from default",
"log_none": "None",
"log_error": "(E) Error",

View File

@@ -713,6 +713,7 @@
"LogLevel": "Log Level",
"DefaultLevel": "Default log level",
"Module": "Module",
"CoreHint": "Warning: A too detailed log level of the CORE module can significantly impact performance and lead to unpredictable behavior. The log level setting should only be temporarily adjusted for targeted troubleshooting. The default setting 'Error' is sufficient for normal operation.",
"log_inherit": "Inherit from default",
"log_none": "None",
"log_error": "(E) Error",

View File

@@ -712,7 +712,7 @@
"LoggingSettings": "Logging Settings",
"LogLevel": "Log Level",
"DefaultLevel": "Default log level",
"Module": "Module",
"Module": "Module","CoreHint": "Warning: A too detailed log level of the CORE module can significantly impact performance and lead to unpredictable behavior. The log level setting should only be temporarily adjusted for targeted troubleshooting. The default setting 'Error' is sufficient for normal operation.",
"log_inherit": "Inherit from default",
"log_none": "None",
"log_error": "(E) Error",

View File

@@ -697,6 +697,7 @@
"LogLevel": "Protokollierungsstufe",
"DefaultLevel": "Standard-Protokollierungsstufe",
"Module": "Modul",
"CoreHint": "Achtung: Ein zu detaillierte Protokollierungsstufe des CORE-Moduls kann die Performanz signifikant beeinträchtigen und zu unvorhersehbarem Verhalten führen. Die Log-Level-Einstellung sollte nur bei gezielter Fehlersuche temporär angepasst werden. Die Standardeinstellung 'Fehler' ist für den normalen Betrieb ausreichend.",
"log_inherit": "Von Standard erben",
"log_none": "Keine",
"log_error": "(E) Fehler",

View File

@@ -698,6 +698,7 @@
"LogLevel": "Log Level",
"DefaultLevel": "Default log level",
"Module": "Module",
"CoreHint": "Warning: A too detailed log level of the CORE module can significantly impact performance and lead to unpredictable behavior. The log level setting should only be temporarily adjusted for targeted troubleshooting. The default setting 'Error' is sufficient for normal operation.",
"log_inherit": "Inherit from default",
"log_none": "None",
"log_error": "(E) Error",

View File

@@ -679,6 +679,7 @@
"LogLevel": "Log Level",
"DefaultLevel": "Default log level",
"Module": "Module",
"CoreHint": "Warning: A too detailed log level of the CORE module can significantly impact performance and lead to unpredictable behavior. The log level setting should only be temporarily adjusted for targeted troubleshooting. The default setting 'Error' is sufficient for normal operation.",
"log_inherit": "Inherit from default",
"log_none": "None",
"log_error": "(E) Error",

View File

@@ -51,6 +51,8 @@
</div>
</CardElement>
<div class="alert alert-danger mt-3" role="alert" v-html="$t('loggingadmin.CoreHint')"></div>
<FormFooter @reload="getLogConfig" />
</form>
</BasePage>