diff options
author | Frederick Muriuki Muriithi | 2024-04-10 07:37:16 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-04-10 07:37:16 +0300 |
commit | 8a323151f21ae4331c47054eb3c5cffcd0f46eda (patch) | |
tree | 9b51588f719b01e07c862c6beef45382fab3d06f /uploader.scm | |
parent | 57bf9ae01f1993d8bb29e7cb6a3bdb822bade80c (diff) | |
download | gn-machines-8a323151f21ae4331c47054eb3c5cffcd0f46eda.tar.gz |
gn-uploader: Enable changing of log-level for container.
This commit enables us to change the logging level of the gn-uploader
service within the container: this will help in the instances when we
need to debug events in the application that are unexpected.
Diffstat (limited to 'uploader.scm')
-rw-r--r-- | uploader.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/uploader.scm b/uploader.scm index 9cf8350..5d07feb 100644 --- a/uploader.scm +++ b/uploader.scm @@ -72,5 +72,6 @@ (server-name "staging-uploader.genenetwork.org") (port 10897) (sql-uri "mysql://webqtlout:webqtlout@127.0.0.1:3307/db_webqtl") - (data-directory "/export/data/uploader/gn-uploader"))) + (data-directory "/export/data/uploader/gn-uploader") + (log-level "DEBUG"))) %base-services))) |