diff options
| author | Jacob Vosmaer (GitLab) <jacob@gitlab.com> | 2018-03-19 11:58:59 +0000 |
|---|---|---|
| committer | Douwe Maan <douwe@gitlab.com> | 2018-03-19 11:58:59 +0000 |
| commit | b8a5e52193b7d02de4802b589e098bbbfa0ec425 (patch) | |
| tree | 30833503feb797f8610b21f2475c04e959b0ebac /config.yml.example | |
| parent | 355e70e08b9180456ef57fb79a2c3b5654f85479 (diff) | |
| download | gitlab-shell-b8a5e52193b7d02de4802b589e098bbbfa0ec425.tar.gz | |
Switch to structured logging
Diffstat (limited to 'config.yml.example')
| -rw-r--r-- | config.yml.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example index 0fc8300..c616254 100644 --- a/config.yml.example +++ b/config.yml.example @@ -42,6 +42,9 @@ auth_file: "/home/git/.ssh/authorized_keys" # Log level. INFO by default log_level: INFO +# Log format. 'text' by default +# log_format: json + # Audit usernames. # Set to true to see real usernames in the logs instead of key ids, which is easier to follow, but # incurs an extra API call on every gitlab-shell command. |
