Hue logs
Cloudera Manager generates standard stream logs when each Hue role instance starts and
stops. The Hue service, which is built on the Django framework , generates log4j
logs when the service is running.
Standard stream logs Cloudera Manager logs the start and stop of each supervised Hue process in standard stream logs (stdout.log, stderr.log).Hue service Django logs When the Hue service is running, Hue generates logs in /var/log/hue using log4j. Load balancer logs are in /var/run/httpd. You can view these logs in Hue at http://hueserver:port/logs.Enabling DEBUG logging for Hue logs DEBUG is available for the Hue server logs in /var/log/hue. By default, the Hue service writes INFO level messages and keeps a small buffer of log messages at all levels in memory. If you want detailed, debug-level information, then you can enable this feature from Hue configuration in Cloudera Manager.Enabling httpd log rotation for Hue Several log files, such as access logs and error logs, are produced by the Apache HTTP server. Over time, these files can grow in size and can cause disk issues. You can prevent this problem by using Apache's rotatelogs utility and defining when to rotate logs – either based on a time interval or maximum size of the log.