Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C2BE817421 for ; Thu, 11 Jun 2015 09:48:00 +0000 (UTC) Received: (qmail 9410 invoked by uid 500); 11 Jun 2015 09:48:00 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 9352 invoked by uid 500); 11 Jun 2015 09:48:00 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 9338 invoked by uid 99); 11 Jun 2015 09:48:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2015 09:48:00 +0000 Date: Thu, 11 Jun 2015 09:48:00 +0000 (UTC) From: "Kai Zheng (JIRA)" To: dev@directory.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DIRKRB-135) Add logging support in both KDC and KrbClient MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DIRKRB-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kai Zheng updated DIRKRB-135: ----------------------------- Fix Version/s: 1.0.0-RC1 > Add logging support in both KDC and KrbClient > --------------------------------------------- > > Key: DIRKRB-135 > URL: https://issues.apache.org/jira/browse/DIRKRB-135 > Project: Directory Kerberos > Issue Type: Sub-task > Reporter: Kai Zheng > Fix For: 1.0.0-RC1 > > > Currently no logging is done in either KDC server or KrbClient, which is far from ideal. We should output meaningful logs help troubleshooting. I guess we could leverage slf4j library or just use the Java logging API? The latter would be better in the sense that we won't introduce a 3rd party library. -- This message was sent by Atlassian JIRA (v6.3.4#6332)