Commit a671b733 authored by Evan Read's avatar Evan Read

Updates to table formatting

parent 456be7e9
...@@ -29,13 +29,13 @@ A logger emits a log message only if its log level is equal to or above the mini ...@@ -29,13 +29,13 @@ A logger emits a log message only if its log level is equal to or above the mini
The following log levels are supported: The following log levels are supported:
| Level | Name | | Level | Name |
|-------|---------| |:------|:----------|
| 0 | DEBUG | | 0 | `DEBUG` |
| 1 | INFO | | 1 | `INFO` |
| 2 | WARN | | 2 | `WARN` |
| 3 | ERROR | | 3 | `ERROR` |
| 4 | FATAL | | 4 | `FATAL` |
| 5 | UNKNOWN | | 5 | `UNKNOWN` |
GitLab loggers emit all log messages because they are set to `DEBUG` by default. GitLab loggers emit all log messages because they are set to `DEBUG` by default.
...@@ -53,8 +53,8 @@ GITLAB_LOG_LEVEL=info ...@@ -53,8 +53,8 @@ GITLAB_LOG_LEVEL=info
For some services, other log levels are in place that are not affected by this setting. For some services, other log levels are in place that are not affected by this setting.
Some of these services have their own environment variables to override the log level. For example: Some of these services have their own environment variables to override the log level. For example:
| Service | Log Level | Environment variable | | Service | Log level | Environment variable |
|----------------------|-----------|----------------------| |:---------------------|:----------|:---------------------|
| GitLab API | `INFO` | | | GitLab API | `INFO` | |
| GitLab Cleanup | `INFO` | `DEBUG` | | GitLab Cleanup | `INFO` | `DEBUG` |
| GitLab Doctor | `INFO` | `VERBOSE` | | GitLab Doctor | `INFO` | `VERBOSE` |
...@@ -85,7 +85,7 @@ are written to a file called `current`. The `logrotate` service built into GitLa ...@@ -85,7 +85,7 @@ are written to a file called `current`. The `logrotate` service built into GitLa
except those captured by `runit`. except those captured by `runit`.
| Log type | Managed by logrotate | Managed by svlogd/runit | | Log type | Managed by logrotate | Managed by svlogd/runit |
|-------------------------------------------------|------------------------|-------------------------| |:------------------------------------------------|:------------------------|:------------------------|
| [Alertmanager Logs](#alertmanager-logs) | **{dotted-circle}** No | **{check-circle}** Yes | | [Alertmanager Logs](#alertmanager-logs) | **{dotted-circle}** No | **{check-circle}** Yes |
| [Crond Logs](#crond-logs) | **{dotted-circle}** No | **{check-circle}** Yes | | [Crond Logs](#crond-logs) | **{dotted-circle}** No | **{check-circle}** Yes |
| [Gitaly](#gitaly-logs) | **{check-circle}** Yes | **{check-circle}** Yes | | [Gitaly](#gitaly-logs) | **{check-circle}** Yes | **{check-circle}** Yes |
...@@ -98,7 +98,7 @@ except those captured by `runit`. ...@@ -98,7 +98,7 @@ except those captured by `runit`.
| [Mailroom](#mail_room_jsonlog-default) | **{check-circle}** Yes | **{check-circle}** Yes | | [Mailroom](#mail_room_jsonlog-default) | **{check-circle}** Yes | **{check-circle}** Yes |
| [NGINX](#nginx-logs) | **{check-circle}** Yes | **{check-circle}** Yes | | [NGINX](#nginx-logs) | **{check-circle}** Yes | **{check-circle}** Yes |
| [PostgreSQL Logs](#postgresql-logs) | **{dotted-circle}** No | **{check-circle}** Yes | | [PostgreSQL Logs](#postgresql-logs) | **{dotted-circle}** No | **{check-circle}** Yes |
| [Praefect Logs](#praefect-logs) | **{dotted-circle}** Yes| **{check-circle}** Yes | | [Praefect Logs](#praefect-logs) | **{dotted-circle}** Yes | **{check-circle}** Yes |
| [Prometheus Logs](#prometheus-logs) | **{dotted-circle}** No | **{check-circle}** Yes | | [Prometheus Logs](#prometheus-logs) | **{dotted-circle}** No | **{check-circle}** Yes |
| [Puma](#puma-logs) | **{check-circle}** Yes | **{check-circle}** Yes | | [Puma](#puma-logs) | **{check-circle}** Yes | **{check-circle}** Yes |
| [Redis Logs](#redis-logs) | **{dotted-circle}** No | **{check-circle}** Yes | | [Redis Logs](#redis-logs) | **{dotted-circle}** No | **{check-circle}** Yes |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment