diff options
Diffstat (limited to 'lib/gitlab_config.rb')
-rw-r--r-- | lib/gitlab_config.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gitlab_config.rb b/lib/gitlab_config.rb index e999a83..7645989 100644 --- a/lib/gitlab_config.rb +++ b/lib/gitlab_config.rb @@ -42,6 +42,10 @@ class GitlabConfig @config['log_level'] ||= 'INFO' end + def log_format + @config['log_format'] ||= 'text' + end + def audit_usernames @config['audit_usernames'] ||= false end |