Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/administration/logs.md')
-rw-r--r--doc/administration/logs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/logs.md b/doc/administration/logs.md
index dee0378b5cd..92167953441 100644
--- a/doc/administration/logs.md
+++ b/doc/administration/logs.md
@@ -21,7 +21,7 @@ switching logs from JSON to plain text logging, and more.
- [How to parse and analyze JSON logs](troubleshooting/log_parsing.md).
## Log Levels
-
+
Each log message has an assigned log level that indicates its importance and verbosity.
Each logger has an assigned minimum log level.
A logger emits a log message only if its log level is equal to or above the minimum log level.