From 902cab8229f17e6a52947a95fbf702b418feaf3d Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Mon, 25 Jun 2018 23:30:19 +0200 Subject: [PATCH] Show more log in console --- data/gitea/conf/app.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/gitea/conf/app.ini b/data/gitea/conf/app.ini index c015250..8a701d7 100644 --- a/data/gitea/conf/app.ini +++ b/data/gitea/conf/app.ini @@ -44,8 +44,8 @@ PATH = /data/gitea/attachments [log] ROOT_PATH = /data/gitea/log -MODE = file -LEVEL = Info +MODE = console +LEVEL = Trace [security] INSTALL_LOCK = true