Created 10-14-2015 04:43 PM
Does anyone know an easy way to configure where Hue writes the logs for the CLI operations (e.g sync_ldap_users_and_groups, import_ldap_group, and import_ldap_user)?
-Darwin
Created 10-15-2015 02:24 PM
Solution:
export DESKTOP_LOG_DIR=/path/for/hue/logs
Then run Hue CLI commands with the separate logging location.
Created 10-15-2015 11:45 AM
@dtraver@hortonworks.com as per my experience, anything that touches Hue goes under /var/log/hue/*
This may help
Created 10-15-2015 02:24 PM
Solution:
export DESKTOP_LOG_DIR=/path/for/hue/logs
Then run Hue CLI commands with the separate logging location.