summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator/translator/conf/heat_translator_logging.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tosca2heat/heat-translator/translator/conf/heat_translator_logging.conf')
-rw-r--r--tosca2heat/heat-translator/translator/conf/heat_translator_logging.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tosca2heat/heat-translator/translator/conf/heat_translator_logging.conf b/tosca2heat/heat-translator/translator/conf/heat_translator_logging.conf
index e01a889..bac00cc 100644
--- a/tosca2heat/heat-translator/translator/conf/heat_translator_logging.conf
+++ b/tosca2heat/heat-translator/translator/conf/heat_translator_logging.conf
@@ -30,7 +30,10 @@ args=('/tmp/heat-translator.log', 'a', 100000000, 5, 'utf8')
class=handlers.SysLogHandler
formatter=form01
level=INFO
+# for linux
args=('/dev/log', handlers.SysLogHandler.LOG_SYSLOG)
+# for mac
+#args=('/var/run/syslog', handlers.SysLogHandler.LOG_SYSLOG)
[handler_NullHandler]
class=NullHandler