mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-11 01:10:20 +01:00
webapp: Add hint text for the core log level
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user