Ah, found the place! In my case they seem to be going to /home/hadoop/flink-1.5-SNAPSHOT/log/flink-hadoop-client-ip-10-0-10-29.log (for example).
Any reason why these can't be shown in Flink UI, maybe in jobmanager log? On Fri, Apr 27, 2018 at 12:13 PM, Juho Autio <juho.au...@rovio.com> wrote: > The logs logged by my job jar before env.execute can't be found in > jobmanager log. I can't find them anywhere else either. > > I can see all the usual logs by Flink components in the jobmanager log, > though. And in taskmanager log I can see both Flink's internal & my > application's logs from the execution time operations. But indeed missing > the logs from before env.execute. > > I'm out of ideas how to debug this further. Any suggestions, or is this > the known behaviour? > > I'm submitting my flink jobs in yarn cluster mode. Using Flink > 1.5-SNAPSHOT. > >