[jira] [Commented] (FLINK-20526) Enable logback scan configuration by default

2020-12-07 Thread xiaozilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-20526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17245690#comment-17245690
 ] 

xiaozilong commented on FLINK-20526:


Hi @[~chesnay] , Everything runs fine when i test for this issue. Could you 
share what the environment is like when the problem occurs?

> Enable logback scan configuration by default
> 
>
> Key: FLINK-20526
> URL: https://issues.apache.org/jira/browse/FLINK-20526
> Project: Flink
>  Issue Type: Improvement
>  Components: Runtime / Configuration
>Reporter: xiaozilong
>Priority: Major
>
> We should enable this by default which same as FLINK-20510



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-20526) Enable logback scan configuration by default

2020-12-08 Thread xiaozilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-20526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17246337#comment-17246337
 ] 

xiaozilong commented on FLINK-20526:


The configuration scan is enabled by default for logback and default scan 
interval is 1 min. So we only changed the scan default value to 30s actually 
for logback. I think we can submit a new issue if there are users feedback the 
problem as you mentioned. What do you think? [~chesnay] 

> Enable logback scan configuration by default
> 
>
> Key: FLINK-20526
> URL: https://issues.apache.org/jira/browse/FLINK-20526
> Project: Flink
>  Issue Type: Improvement
>  Components: Runtime / Configuration
>Reporter: xiaozilong
>Priority: Major
>
> We should enable this by default which same as FLINK-20510
> This my logback.xml
> {code:java}
> 
> class="ch.qos.logback.core.rolling.RollingFileAppender">
>   ${log.file}
>   true
>class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
>  ${log.file}.%d{-MM-dd}.%i
>  1
>  10
>  128MB
>   
>   
>  %d{-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{60} 
> %X{sourceThread} - %msg%n
>   
>
>
>
>   
>
>
>
>
>
>
>
>
>
> name="org.apache.flink.shaded.akka.org.jboss.netty.channel.DefaultChannelPipeline"
>  level="ERROR">
>   
>
> 
> {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-20526) Enable logback scan configuration by default

2021-04-22 Thread Flink Jira Bot (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-20526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17327476#comment-17327476
 ] 

Flink Jira Bot commented on FLINK-20526:


This major issue is unassigned and itself and all of its Sub-Tasks have not 
been updated for 30 days. So, it has been labeled "stale-major". If this ticket 
is indeed "major", please either assign yourself or give an update. Afterwards, 
please remove the label. In 7 days the issue will be deprioritized.

> Enable logback scan configuration by default
> 
>
> Key: FLINK-20526
> URL: https://issues.apache.org/jira/browse/FLINK-20526
> Project: Flink
>  Issue Type: Improvement
>  Components: Runtime / Configuration
>Reporter: xiaozilong
>Priority: Major
>  Labels: stale-major
>
> We should enable this by default which same as FLINK-20510
> This my logback.xml
> {code:java}
> 
> class="ch.qos.logback.core.rolling.RollingFileAppender">
>   ${log.file}
>   true
>class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
>  ${log.file}.%d{-MM-dd}.%i
>  1
>  10
>  128MB
>   
>   
>  %d{-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{60} 
> %X{sourceThread} - %msg%n
>   
>
>
>
>   
>
>
>
>
>
>
>
>
>
> name="org.apache.flink.shaded.akka.org.jboss.netty.channel.DefaultChannelPipeline"
>  level="ERROR">
>   
>
> 
> {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-20526) Enable logback scan configuration by default

2021-04-29 Thread Flink Jira Bot (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-20526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17335992#comment-17335992
 ] 

Flink Jira Bot commented on FLINK-20526:


This issue was labeled "stale-major" 7 ago and has not received any updates so 
it is being deprioritized. If this ticket is actually Major, please raise the 
priority and ask a committer to assign you the issue or revive the public 
discussion.


> Enable logback scan configuration by default
> 
>
> Key: FLINK-20526
> URL: https://issues.apache.org/jira/browse/FLINK-20526
> Project: Flink
>  Issue Type: Improvement
>  Components: Runtime / Configuration
>Reporter: xiaozilong
>Priority: Major
>  Labels: stale-major
>
> We should enable this by default which same as FLINK-20510
> This my logback.xml
> {code:java}
> 
> class="ch.qos.logback.core.rolling.RollingFileAppender">
>   ${log.file}
>   true
>class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
>  ${log.file}.%d{-MM-dd}.%i
>  1
>  10
>  128MB
>   
>   
>  %d{-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{60} 
> %X{sourceThread} - %msg%n
>   
>
>
>
>   
>
>
>
>
>
>
>
>
>
> name="org.apache.flink.shaded.akka.org.jboss.netty.channel.DefaultChannelPipeline"
>  level="ERROR">
>   
>
> 
> {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)