- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Hue CLI logging location
- Labels:
-
Cloudera Hue
Created 10-14-2015 04:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Solution:
export DESKTOP_LOG_DIR=/path/for/hue/logs
Then run Hue CLI commands with the separate logging location.
