[ https://issues.apache.org/jira/browse/FLINK-18351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17142594#comment-17142594 ]
Shengkai Fang edited comment on FLINK-18351 at 6/23/20, 3:36 AM: ----------------------------------------------------------------- The reason why we have repeated logs is that ModuleManager will print these log info when it loads function defination from loaded modules. I think users may pay more attention to function which they can't find defination rather than 'normal' function. So we can just turn down the log level. was (Author: fsk119): The reason why we have repeated logs is that ModuleManager will print these log info when it loads function defination from loaded modules. I think users may pay more attention to function which they can't find defination rather than 'normal' function. So we can just turn down the log level from info to debug. > ModuleManager creates a lot of duplicate/similar log messages > ------------------------------------------------------------- > > Key: FLINK-18351 > URL: https://issues.apache.org/jira/browse/FLINK-18351 > Project: Flink > Issue Type: Improvement > Components: Table SQL / API > Affects Versions: 1.12.0 > Reporter: Robert Metzger > Assignee: Shengkai Fang > Priority: Major > > This is a follow up to FLINK-17977: > {code} > 2020-06-03 15:02:11,982 INFO org.apache.flink.table.module.ModuleManager > [] - Got FunctionDefinition 'as' from 'core' module. > 2020-06-03 15:02:11,988 INFO org.apache.flink.table.module.ModuleManager > [] - Got FunctionDefinition 'sum' from 'core' module. > 2020-06-03 15:02:12,139 INFO org.apache.flink.table.module.ModuleManager > [] - Got FunctionDefinition 'as' from 'core' module. > 2020-06-03 15:02:12,159 INFO org.apache.flink.table.module.ModuleManager > [] - Got FunctionDefinition 'equals' from 'core' module. > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)