https://issues.apache.org/bugzilla/show_bug.cgi?id=45128


Curt Arnold <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |INVALID




--- Comment #2 from Curt Arnold <[EMAIL PROTECTED]>  2008-06-04 08:07:41 PST ---
That is as designed and documented, if you want to collect location information
with an AsyncAppender, you must specify locationInfo as true, like:


        <appender name="AsyncConsole" class="org.apache.log4j.AsyncAppender">
                 <appender-ref ref="Console"/>
                  <param name="locationInfo" value="true"/>
        </appender>

Collecting location information is expensive and is generally only done on
demand, but has to be done on the same thread as the original call.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to