From f69c43a8900ac55218ec0fc9a6c00cf654190d6d Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 25 Sep 2016 10:43:38 +0000 Subject: Logger: use output for assessing mapping parameters --- etc/default_settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/default_settings.py b/etc/default_settings.py index 9dddd0ad..fc79713c 100644 --- a/etc/default_settings.py +++ b/etc/default_settings.py @@ -7,6 +7,7 @@ # e.g. # # env LOG_SQL=True USE_REDIS=False ./bin/genenetwork2 +# env LOG_LEVEL=DEBUG ./bin/genenetwork2 ~/gn2_settings.py # # Note also that in the near future we will additionally fetch # settings from a JSON file -- cgit 1.4.1 From 1ab5479fa48d645f5b2e3899f7d5e568e4c6fcdc Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Mon, 26 Sep 2016 07:11:42 +0000 Subject: Settings: LOCAL_PRIVATE_FILES --- etc/default_settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/default_settings.py b/etc/default_settings.py index fc79713c..547478df 100644 --- a/etc/default_settings.py +++ b/etc/default_settings.py @@ -55,6 +55,7 @@ USE_GN_SERVER = 'False' # Use GN_SERVER SQL calls HOME=os.environ['HOME'] LOGFILE = HOME+"/genenetwork2.log" GENENETWORK_FILES = HOME+"/gn2_data" # base dir for all static data files +LOCAL_PRIVATE_FILES = HOME+"/gn2_private_data" # private static data files # ---- GN2 Executables PYLMM_COMMAND = str.strip(os.popen("which pylmm_redis").read()) -- cgit 1.4.1