Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9E238200CBC for ; Tue, 20 Jun 2017 17:31:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9D015160BE1; Tue, 20 Jun 2017 15:31:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DA9C6160BD3 for ; Tue, 20 Jun 2017 17:31:16 +0200 (CEST) Received: (qmail 10143 invoked by uid 500); 20 Jun 2017 15:31:16 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 10125 invoked by uid 99); 20 Jun 2017 15:31:15 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2017 15:31:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B7D31DFB8A; Tue, 20 Jun 2017 15:31:15 +0000 (UTC) From: bostko To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org References: In-Reply-To: Subject: [GitHub] brooklyn-docs pull request #144: Configuring logging from karaf distribution... Content-Type: text/plain Message-Id: <20170620153115.B7D31DFB8A@git1-us-west.apache.org> Date: Tue, 20 Jun 2017 15:31:15 +0000 (UTC) archived-at: Tue, 20 Jun 2017 15:31:17 -0000 Github user bostko commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/144#discussion_r123011018 --- Diff: guide/dev/tips/logging.md --- @@ -11,6 +11,10 @@ with a default configuration which just works out of the box and bindings to the other common libraries (``java.util.logging``, ``log4j``, ...) if you prefer one of those. +Modify `etc/org.ops4j.pax.logging.cfg`. --- End diff -- @geomacy to what extend logging is configurable for OSGi distribution through config files in `brooklyn-logback-includes` module? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---