From 73310a077fa17742b79e6f75bc1c147541964c0e Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+frab1t@users.noreply.github.com> Date: Tue, 19 Feb 2019 14:12:03 +0100 Subject: [PATCH] edit config.json --- config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.json b/config.json index 1d58833..ce759cb 100644 --- a/config.json +++ b/config.json @@ -12,5 +12,11 @@ "secret": "mysecret", "Content-Type": "application/json" } + }, + "logger": { + "errorLogging": { + "filename": "error.log", + "level": "error" + } } } \ No newline at end of file