[
https://issues.apache.org/jira/browse/FALCON-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15386207#comment-15386207
]
ASF GitHub Bot commented on FALCON-2089:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/falcon/pull/233
> DEBUG logs are enabled in Falcon
> --------------------------------
>
> Key: FALCON-2089
> URL: https://issues.apache.org/jira/browse/FALCON-2089
> Project: Falcon
> Issue Type: Bug
> Components: general
> Affects Versions: trunk
> Reporter: Murali Ramasami
> Assignee: Balu Vellanki
> Fix For: trunk
>
>
> From the application log of the falcon,looks like there are debug messages
> are enabled. Ideally we don't need to show the debug logs by default
> {noformat}
> 2016-05-12 09:23:22,310 INFO - [Thread-16:] ~ config.location is set, using:
> /usr/hdp/current/falcon-server/conf/runtime.properties
> (ApplicationProperties:115)
> 2016-05-12 09:23:22,311 INFO - [Thread-16:] ~ Initializing
> org.apache.falcon.util.RuntimeProperties properties with domain falcon
> (ApplicationProperties:151)
> 2016-05-12 09:23:22,311 DEBUG - [Thread-16:] ~
> log.cleanup.frequency.days.retention=days(7) (ApplicationProperties:157)
> 2016-05-12 09:23:22,311 DEBUG - [Thread-16:] ~
> log.cleanup.frequency.minutes.retention=hours(6) (ApplicationProperties:157)
> 2016-05-12 09:23:22,311 DEBUG - [Thread-16:] ~ domain=falcon
> (ApplicationProperties:157)
> 2016-05-12 09:23:22,311 DEBUG - [Thread-16:] ~ feed.late.frequency=minutes(3)
> (ApplicationProperties:157)
> 2016-05-12 09:23:22,311 DEBUG - [Thread-16:] ~
> workflow.status.retry.count=150 (ApplicationProperties:157)
> 2016-05-12 09:23:22,311 DEBUG - [Thread-16:] ~
> log.cleanup.frequency.months.retention=months(3) (ApplicationProperties:157)
> 2016-05-12 09:23:22,311 DEBUG - [Thread-16:] ~
> log.cleanup.frequency.hours.retention=minutes(1) (ApplicationProperties:157)
> 2016-05-12 09:23:22,311 INFO - [Thread-16:] ~ config.location is set, using:
> /usr/hdp/current/falcon-server/conf/runtime.properties
> (ApplicationProperties:115)
> 2016-05-12 09:23:22,311 INFO - [Thread-16:] ~ Initializing
> org.apache.falcon.util.RuntimeProperties properties with domain falcon
> (ApplicationProperties:151)
> 2016-05-12 09:23:22,312 DEBUG - [Thread-16:] ~
> log.cleanup.frequency.days.retention=days(7) (ApplicationProperties:157)
> 2016-05-12 09:23:22,312 DEBUG - [Thread-16:] ~
> log.cleanup.frequency.minutes.retention=hours(6) (ApplicationProperties:157)
> 2016-05-12 09:23:22,312 DEBUG - [Thread-16:] ~ domain=falcon
> (ApplicationProperties:157)
> 2016-05-12 09:23:22,312 DEBUG - [Thread-16:] ~ feed.late.frequency=minutes(3)
> (ApplicationProperties:157)
> 2016-05-12 09:23:22,312 DEBUG - [Thread-16:] ~
> workflow.status.retry.count=150 (ApplicationProperties:157)
> 2016-05-12 09:23:22,312 DEBUG - [Thread-16:] ~
> log.cleanup.frequency.months.retention=months(3) (ApplicationProperties:157)
> 2016-05-12 09:23:22,312 DEBUG - [Thread-16:] ~
> log.cleanup.frequency.hours.retention=minutes(1) (ApplicationProperties:157)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)