diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-26 09:54:32 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-26 09:54:32 +0100 |
commit | 1e743faafeed89af13ee9dd3d62c1ceb696779cd (patch) | |
tree | 059b37295b8507ad9c858f19ed113cec44908a4b /config | |
parent | 448487a60216dcfe1ae29fa581cb31c726f1441b (diff) | |
download | PeerTube-1e743faafeed89af13ee9dd3d62c1ceb696779cd.tar.gz PeerTube-1e743faafeed89af13ee9dd3d62c1ceb696779cd.tar.zst PeerTube-1e743faafeed89af13ee9dd3d62c1ceb696779cd.zip |
Disable sql prettifier by default
It adds too much lines, leading to difficulties when reading dev logs
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 1 | ||||
-rw-r--r-- | config/production.yaml.example | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index cbe6fa9ea..e4a5ee727 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -101,6 +101,7 @@ log: | |||
101 | maxFiles: 20 | 101 | maxFiles: 20 |
102 | anonymizeIP: false | 102 | anonymizeIP: false |
103 | log_ping_requests: true | 103 | log_ping_requests: true |
104 | prettify_sql: false | ||
104 | 105 | ||
105 | trending: | 106 | trending: |
106 | videos: | 107 | videos: |
diff --git a/config/production.yaml.example b/config/production.yaml.example index 88def3ad5..f7b56cc4a 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -101,6 +101,7 @@ log: | |||
101 | maxFiles: 20 | 101 | maxFiles: 20 |
102 | anonymizeIP: false | 102 | anonymizeIP: false |
103 | log_ping_requests: true | 103 | log_ping_requests: true |
104 | prettify_sql: false | ||
104 | 105 | ||
105 | trending: | 106 | trending: |
106 | videos: | 107 | videos: |