Hi Som, There's an oozie-log4j.properties file in your conf directory. You should be able to set the log level there. You don't even have to restart Oozie :)
If you're using Cloudera Manager, you should be able to set it from the "Configuration" page in the Oozie service. By the way, OOZIE_DEBUG is for the Oozie CLI only, and it basically just tells it to print out the REST calls it's making when you run commands. - Robert On Thu, Apr 16, 2015 at 7:52 AM, Som Satpathy <[email protected]> wrote: > Hi all, > > I wanted to start oozie server with debug logging enabled to check debug > logs printed by the oozie server. How do I do that? > > I am using cdh5.3.2 and have tried setting env var OOZIE_DEBUG as well as > setting log level to DEBUG in logging.properties under > /var/lib/oozie/tomcat-deployment. But no success so far. > > Appreciate any pointers here. > > Thanks, > Som >
