aboutsummaryrefslogtreecommitdiff
path: root/steuermann/config.py
diff options
context:
space:
mode:
authorcslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2012-11-07 14:38:40 -0500
committercslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2012-11-07 14:38:40 -0500
commitd759809a683cb1f7d216e73557f79c772ffd22e4 (patch)
tree607a96c828796a79f7a37d597297afacf882d6ff /steuermann/config.py
parent6dd070c828064f28e84fada673218e55819ab15b (diff)
downloadsteuermann-d759809a683cb1f7d216e73557f79c772ffd22e4.tar.gz
update config.py to define host_logs
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@835 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'steuermann/config.py')
-rw-r--r--steuermann/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/steuermann/config.py b/steuermann/config.py
index b10881b..3a001a7 100644
--- a/steuermann/config.py
+++ b/steuermann/config.py
@@ -5,3 +5,4 @@ def open_db() :
return sqlite3.connect(db_creds)
logdir = '/ssbwebv1/data2/steuermann/logs'
+host_logs = '/ssbwebv1/data2/steuermann/host_logs'