You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/07/23 10:03:00 UTC

[jira] [Commented] (AMBARI-24329) Log Feeder define default log levels per component

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

Hudson commented on AMBARI-24329:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #9661 (See [https://builds.apache.org/job/Ambari-trunk-Commit/9661/])
AMBARI-24329. Log Feeder define default log levels per component. (github: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=1070b65c2c2479a5687a5a70a9443e154d627ec2])
* (edit) ambari-logsearch/ambari-logsearch-logfeeder/src/test/java/org/apache/ambari/logfeeder/output/OutputManagerTest.java
* (edit) ambari-logsearch/ambari-logsearch-logfeeder/src/main/java/org/apache/ambari/logfeeder/output/OutputManagerImpl.java
* (edit) ambari-logsearch/ambari-logsearch-config-api/src/main/java/org/apache/ambari/logsearch/config/api/model/inputconfig/InputDescriptor.java
* (edit) ambari-logsearch/ambari-logsearch-logfeeder/src/main/java/org/apache/ambari/logfeeder/loglevelfilter/LogLevelFilterHandler.java
* (edit) ambari-logsearch/docker/test-config/logfeeder/shipper-conf/input.config-logsearch-docker.json
* (edit) ambari-logsearch/ambari-logsearch-server/src/main/java/org/apache/ambari/logsearch/model/common/LSServerInput.java
* (edit) ambari-logsearch/ambari-logsearch-config-json/src/main/java/org/apache/ambari/logsearch/config/json/model/inputconfig/impl/InputDescriptorImpl.java


> Log Feeder define default log levels per component
> --------------------------------------------------
>
>                 Key: AMBARI-24329
>                 URL: https://issues.apache.org/jira/browse/AMBARI-24329
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-logsearch
>    Affects Versions: 2.7.0
>            Reporter: Olivér Szabó
>            Assignee: Olivér Szabó
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.7.1
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Right now we can define a global default log level, make this work per component by defining default log levels in input configs.
> example:
> {code:json}
> {"inputs" [
>   {
>   "type": "logsearch_server",
>   "default_log_levels" : [
>      "WARN", "DEBUG"
>    ],
>   ....
>   }
> ]
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)