dynamic settings logging_hostname and environment variable TERRA_RESOLVE_HOSTNAME that attempts to resolve the IP of the default route on the host as per https://stackoverflow.com/a/28950776. This optional setting can overcome situations where the logging module fails to resolve the hostname, resulting in missing service & task logs from terra_log
By default, we maintain current operation of hostname == platform.node(). User must explicitly enable resolution by setting TERRA_RESOLVE_HOSTNAME=1.
dynamic settings
logging_hostname
and environment variableTERRA_RESOLVE_HOSTNAME
that attempts to resolve the IP of the default route on the host as per https://stackoverflow.com/a/28950776. This optional setting can overcome situations where the logging module fails to resolve the hostname, resulting in missing service & task logs fromterra_log
By default, we maintain current operation of
hostname == platform.node()
. User must explicitly enable resolution by settingTERRA_RESOLVE_HOSTNAME=1
.