g printed to log, I have kept the log4j in resources folder
>>> and kept the log level to ALL.
>>>
>>> I want to analyse my pipeline to get rid of common mistakes.
>>>
>>>
>>> Regards,
>>> Vinay Patil
>>>
>>
>>
>&g
Regards,
>> Vinay Patil
>>
>
>
>
> --
> If you reply to this email, your message will be added to the discussion
> below:
> http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
> CodeAnalysisMode-in-Flink-tp10212p10215.
Hi Vinay,
not sure why it's not working, but maybe TImo (in CC) can help.
Best, Fabian
2016-11-18 17:41 GMT+01:00 Vinay Patil :
> Hi,
>
> According to JavaDoc if I use the below method
> *env.getConfig().setCodeAnalysisMode(CodeAnalysisMode.HINT);*
>
> ,it will print the program improvements to
Hi,
According to JavaDoc if I use the below method
*env.getConfig().setCodeAnalysisMode(CodeAnalysisMode.HINT);*
,it will print the program improvements to log, however these details are
not getting printed to log, I have kept the log4j in resources folder and
kept the log level to ALL.
I want