X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fconstants.py;h=a8d40a2a261d191e07f31541bd5fd8c38340f148;hb=08e35e37f7ad3394cea86c22ab7ffd990651c112;hp=051a21cf023bcded9eb08f495fb7bb299c736d13;hpb=2e115ad11cca45b11c0f1949fd8c42fec899bb68;p=csit.git 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'