diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-11-07 14:38:40 -0500 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-11-07 14:38:40 -0500 |
commit | d759809a683cb1f7d216e73557f79c772ffd22e4 (patch) | |
tree | 607a96c828796a79f7a37d597297afacf882d6ff | |
parent | 6dd070c828064f28e84fada673218e55819ab15b (diff) | |
download | steuermann-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
-rw-r--r-- | steuermann/config.py | 1 |
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' |