aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/python/constants.py')
-rw-r--r--resources/libraries/python/constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/libraries/python/constants.py b/resources/libraries/python/constants.py
index 051a21cf02..a8d40a2a26 100644
--- a/resources/libraries/python/constants.py
+++ b/resources/libraries/python/constants.py
@@ -41,6 +41,9 @@ class Constants(object):
# Honeycomb persistence files location
REMOTE_HC_PERSIST = '/var/lib/honeycomb/persist'
+ # Honeycomb log file location
+ REMOTE_HC_LOG = '/var/log/honeycomb/honeycomb.log'
+
# Honeycomb templates location
RESOURCES_TPL_HC = 'resources/templates/honeycomb'