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