You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Remy Maucherat <re...@apache.org> on 2005/02/19 11:55:31 UTC

Logging (was: Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm DataSourceRealm.java JAASCallbackHandler.java JAASMemoryLoginModule.java JDBCRealm.java JNDIRealm.java RealmBase.java UserDatabaseRealm.java)

Jan Luehe wrote:
> Remy,
> 
> Remy Maucherat wrote:
> 
>>Jan Luehe wrote:
>>
>>It's a little risky. We should use the container logger only while the 
>>classloader is initialized.
>>
>>It's probably far from perfect ;)
> 
> Then how about RealmBase.authenticate()?
> 
> RealmBase.authenticate(String username, String credentials)
> uses Container.getLogger(), whereas the other RealmBase.authenticate()
> methods use LogFactory.getLog(). Shouldn't this be consistent?
> This is where my confusion has stemmed from.

Well, yes, it's a problem. It's simple: as soon as the container is 
started, all the container logging should go to container.getLogger(), 
as it used to in Tomcat 4.x.

That was my idea.

> If you agree, I can help make the inconsistent cases consistent.

Sure.

>>In parallel, I want to start a commons component about a j.u.logging 
>>implementation keyed per classloader (as seen in bug 33143; it may be 
>>expanded a little later to allow per classloader configuration).
>>
>>I'm looking for committers for the proposal :)
> 
> Sounds interesting!

Actually, it's not a very interesting project ;)

The support for j.u.logging is bad at the moment, as there is no (to my 
knowledge) implementation of j.u.logging which can realistically be used 
in a server like Tomcat. I hope the core (log manager + rotatable 
logger) can fit inside a JAR smaller than c-l-api.

Before moving to commons (svn is scaring me ;) ), I think I should start 
putting the code together in j-t-c/juli (as mentioned, juli means Java 
Util Logging Implementation). Is that ok ? (and is the name ok ?)

Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: Logging

Posted by Remy Maucherat <re...@apache.org>.
Bill Barker wrote:
>> Jan Luehe wrote:
>>
>>> Remy,
>>>
>>> Remy Maucherat wrote:
>>>
>>>> Jan Luehe wrote:
>>>>
>>>> It's a little risky. We should use the container logger only while 
>>>> the classloader is initialized.
>>>>
>>>> It's probably far from perfect ;)
>>>
>>> Then how about RealmBase.authenticate()?
>>>
>>> RealmBase.authenticate(String username, String credentials)
>>> uses Container.getLogger(), whereas the other RealmBase.authenticate()
>>> methods use LogFactory.getLog(). Shouldn't this be consistent?
>>> This is where my confusion has stemmed from.
>>
>> Well, yes, it's a problem. It's simple: as soon as the container is 
>> started, all the container logging should go to container.getLogger(), 
>> as it used to in Tomcat 4.x.
>>
>> That was my idea.
> 
> Another option is to use something like:
>  log = LogFactory.getLog(container.logName()+".RealmBase");
> 
> The output will usually go to the container log, but it allows you to 
> only set the Realm to log as debug.

That seems like a good idea.

Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: Logging (was: Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm DataSourceRealm.java JAASCallbackHandler.java JAASMemoryLoginModule.java JDBCRealm.java JNDIRealm.java RealmBase.java UserDatabaseRealm.java)

Posted by Bill Barker <wb...@wilshire.com>.
----- Original Message ----- 
From: "Remy Maucherat" <re...@apache.org>
To: "Tomcat Developers List" <to...@jakarta.apache.org>
Sent: Saturday, February 19, 2005 2:55 AM
Subject: Logging (was: Re: cvs commit: 
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm 
DataSourceRealm.java JAASCallbackHandler.java JAASMemoryLoginModule.java 
JDBCRealm.java JNDIRealm.java RealmBase.java UserDatabaseRealm.java)


> Jan Luehe wrote:
>> Remy,
>>
>> Remy Maucherat wrote:
>>
>>>Jan Luehe wrote:
>>>
>>>It's a little risky. We should use the container logger only while the 
>>>classloader is initialized.
>>>
>>>It's probably far from perfect ;)
>>
>> Then how about RealmBase.authenticate()?
>>
>> RealmBase.authenticate(String username, String credentials)
>> uses Container.getLogger(), whereas the other RealmBase.authenticate()
>> methods use LogFactory.getLog(). Shouldn't this be consistent?
>> This is where my confusion has stemmed from.
>
>Well, yes, it's a problem. It's simple: as soon as the container is 
>started, all the container logging should go to container.getLogger(), as 
>it used to in Tomcat 4.x.
>
>That was my idea.

Another option is to use something like:
  log = LogFactory.getLog(container.logName()+".RealmBase");

The output will usually go to the container log, but it allows you to only 
set the Realm to log as debug.

>
>> If you agree, I can help make the inconsistent cases consistent.
>
>Sure.
>
>>>In parallel, I want to start a commons component about a j.u.logging 
>>>implementation keyed per classloader (as seen in bug 33143; it may be 
>>>expanded a little later to allow per classloader configuration).
>>>
>>>I'm looking for committers for the proposal :)
>>
>> Sounds interesting!
>
>Actually, it's not a very interesting project ;)
>
>The support for j.u.logging is bad at the moment, as there is no (to my 
>knowledge) implementation of j.u.logging which can realistically be used in 
>a server like Tomcat. I hope the core (log manager + rotatable logger) can 
>fit inside a JAR smaller than c-l-api.
>
>Before moving to commons (svn is scaring me ;) ), I think I should start 
>putting the code together in j-t-c/juli (as mentioned, juli means Java Util 
>Logging Implementation). Is that ok ? (and is the name ok ?)

Welcome to j-t-c, Juli.

>
>Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org





This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail.