From 1e743faafeed89af13ee9dd3d62c1ceb696779cd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 26 Jan 2021 09:54:32 +0100 Subject: Disable sql prettifier by default It adds too much lines, leading to difficulties when reading dev logs --- config/default.yaml | 1 + config/production.yaml.example | 1 + 2 files changed, 2 insertions(+) (limited to 'config') 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: maxFiles: 20 anonymizeIP: false log_ping_requests: true + prettify_sql: false trending: 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: maxFiles: 20 anonymizeIP: false log_ping_requests: true + prettify_sql: false trending: videos: -- cgit v1.2.3