You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/19 23:42:20 UTC

[jira] [Commented] (FALCON-2089) DEBUG logs are enabled in Falcon

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

ASF GitHub Bot commented on FALCON-2089:
----------------------------------------

GitHub user bvellanki opened a pull request:

    https://github.com/apache/falcon/pull/233

    FALCON-2089 DEBUG logs are enabled in Falcon

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bvellanki/falcon FALCON-2089

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/falcon/pull/233.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #233
    
----
commit 4de26efa9527b311a300f76daa985e7f9a1ca452
Author: bvellanki <bv...@hortonworks.com>
Date:   2016-07-19T23:40:32Z

    FALCON-2089 DEBUG logs are enabled in Falcon

----


> 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)