The operations log are in per command log files - http://slider.incubator.apache.org/developing/debugging.html
Look at the section " *agent operations log"* The doc needs updating in the sense all logs are at the top level log folder (e.g. - @ ./log/application_1398098639743_0024/container_1398098639743_0024_01_000003) On Tue, Mar 24, 2015 at 3:52 AM, Krishna Kishore Bonagiri < [email protected]> wrote: > Hi, > > I have the following command in my start function in the python script, > but the output from the daemon_cmd is not appearing in the container log > files. > > Execute(daemon_cmd, > logoutput=True, > wait_for_finish=False) > > But if I run the same command via os.system() as below, the output comes > into the container logs. > > os.system(daemon_cmd) > > Why is it not happening with Execute command, is there anything missing in > my call? Please help. > > Thanks, > Kishore > -- thanks Sumit
