You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jason Dillon <ja...@planet57.com> on 2006/07/20 00:12:29 UTC

Where the heck does this come from?

<snip>
log4j: Parsing for [root] with value=[WARN, LOGFILE].
log4j: Level token is [WARN].
log4j: Category root set to WARN
log4j: Parsing appender named "LOGFILE".
log4j: Parsing layout options for "LOGFILE".
log4j: Setting property [dateFormat] to [ISO8601].
log4j: Setting property [contextPrinting] to [true].
log4j: End of parsing for "LOGFILE".
log4j: Setting property [maxBackupIndex] to [3].
log4j: Setting property [maxFileSize] to [10MB].
log4j: Setting property [file] to [scout.log].
log4j: setFile called: scout.log, true
log4j: setFile ended
log4j: Parsed "LOGFILE" options.
log4j: Parsing for [org.apache.axis.enterprise] with value=[FATAL,  
CONSOLE].
log4j: Level token is [FATAL].
log4j: Category org.apache.axis.enterprise set to FATAL
log4j: Parsing appender named "CONSOLE".
log4j: Parsing layout options for "CONSOLE".
log4j: Setting property [conversionPattern] to [- %m%n].
log4j: End of parsing for "CONSOLE".
log4j: Setting property [threshold] to [INFO].
log4j: Parsed "CONSOLE" options.
log4j: Handling log4j.additivity.org.apache.axis.enterprise=[null]
log4j: Finished configuring.
</snip>

--jason

Re: Where the heck does this come from?

Posted by Jason Dillon <ja...@planet57.com>.
Hrm... wonder what other jars have their own logging configs...

I mailed their list... though we might want to implement some build  
fluff to strip these unwanted files out of jars.

--jason


On Jul 19, 2006, at 4:34 PM, John Sisson wrote:

> I noticed the scout.log entry below.  I looked in geronimo-1.1 
> \repository\scout\scout\0.5\scout-0.5.jar in the log4j.properties  
> file and it has log4j.debug uncommented!
>
> I think that is the culprit.  May want to send a mail to the scout  
> project http://ws.apache.org/scout/
>
> John
>
> Jason Dillon wrote:
>> <snip>
>> log4j: Parsing for [root] with value=[WARN, LOGFILE].
>> log4j: Level token is [WARN].
>> log4j: Category root set to WARN
>> log4j: Parsing appender named "LOGFILE".
>> log4j: Parsing layout options for "LOGFILE".
>> log4j: Setting property [dateFormat] to [ISO8601].
>> log4j: Setting property [contextPrinting] to [true].
>> log4j: End of parsing for "LOGFILE".
>> log4j: Setting property [maxBackupIndex] to [3].
>> log4j: Setting property [maxFileSize] to [10MB].
>> log4j: Setting property [file] to [scout.log].
>> log4j: setFile called: scout.log, true
>> log4j: setFile ended
>> log4j: Parsed "LOGFILE" options.
>> log4j: Parsing for [org.apache.axis.enterprise] with value=[FATAL,  
>> CONSOLE].
>> log4j: Level token is [FATAL].
>> log4j: Category org.apache.axis.enterprise set to FATAL
>> log4j: Parsing appender named "CONSOLE".
>> log4j: Parsing layout options for "CONSOLE".
>> log4j: Setting property [conversionPattern] to [- %m%n].
>> log4j: End of parsing for "CONSOLE".
>> log4j: Setting property [threshold] to [INFO].
>> log4j: Parsed "CONSOLE" options.
>> log4j: Handling log4j.additivity.org.apache.axis.enterprise=[null]
>> log4j: Finished configuring.
>> </snip>
>>
>> --jason
>>
>


Re: Where the heck does this come from?

Posted by Jason Dillon <ja...@planet57.com>.
K, I will send again... gods must be toying with me.

--jason


On Jul 21, 2006, at 6:04 PM, John Sisson wrote:

> I don't see your mail there
>
> http://mail-archives.apache.org/mod_mbox/ws-scout-dev/
>
> John
> Jason Dillon wrote:
>> So far no response from the scout peeps...
>>
>> :-(
>>
>> --jason
>>
>>
>> On Jul 19, 2006, at 4:34 PM, John Sisson wrote:
>>
>>> I noticed the scout.log entry below.  I looked in geronimo-1.1 
>>> \repository\scout\scout\0.5\scout-0.5.jar in the log4j.properties  
>>> file and it has log4j.debug uncommented!
>>>
>>> I think that is the culprit.  May want to send a mail to the  
>>> scout project http://ws.apache.org/scout/
>>>
>>> John
>>>
>>> Jason Dillon wrote:
>>>> <snip>
>>>> log4j: Parsing for [root] with value=[WARN, LOGFILE].
>>>> log4j: Level token is [WARN].
>>>> log4j: Category root set to WARN
>>>> log4j: Parsing appender named "LOGFILE".
>>>> log4j: Parsing layout options for "LOGFILE".
>>>> log4j: Setting property [dateFormat] to [ISO8601].
>>>> log4j: Setting property [contextPrinting] to [true].
>>>> log4j: End of parsing for "LOGFILE".
>>>> log4j: Setting property [maxBackupIndex] to [3].
>>>> log4j: Setting property [maxFileSize] to [10MB].
>>>> log4j: Setting property [file] to [scout.log].
>>>> log4j: setFile called: scout.log, true
>>>> log4j: setFile ended
>>>> log4j: Parsed "LOGFILE" options.
>>>> log4j: Parsing for [org.apache.axis.enterprise] with value= 
>>>> [FATAL, CONSOLE].
>>>> log4j: Level token is [FATAL].
>>>> log4j: Category org.apache.axis.enterprise set to FATAL
>>>> log4j: Parsing appender named "CONSOLE".
>>>> log4j: Parsing layout options for "CONSOLE".
>>>> log4j: Setting property [conversionPattern] to [- %m%n].
>>>> log4j: End of parsing for "CONSOLE".
>>>> log4j: Setting property [threshold] to [INFO].
>>>> log4j: Parsed "CONSOLE" options.
>>>> log4j: Handling log4j.additivity.org.apache.axis.enterprise=[null]
>>>> log4j: Finished configuring.
>>>> </snip>
>>>>
>>>> --jason
>>>>
>>>
>>
>>
>


Fix scout-0.5.jar (was Re: Where the heck does this come from?)

Posted by Jason Dillon <ja...@planet57.com>.
Ug, well this time I got back a failure telling me I have subscribe...

and right now I'm seriously melting into my couch and not really  
happy to need to subscribe yet another list to go and tell some  
developers about a problem with there code.

Maybe I will go crawl in the fridge for a few hours and feel better  
and try again.

But, is anyone on that list already?

We need this commented:

<snip>
# Uncomment to have log4j be verbose while parsing this file
log4j.debug
</snip>

from their log4j.properties... or better IMO the log4j.properties  
removed from the jar.

--jason


On Jul 21, 2006, at 6:04 PM, John Sisson wrote:

> I don't see your mail there
>
> http://mail-archives.apache.org/mod_mbox/ws-scout-dev/
>
> John
> Jason Dillon wrote:
>> So far no response from the scout peeps...
>>
>> :-(
>>
>> --jason
>>
>>
>> On Jul 19, 2006, at 4:34 PM, John Sisson wrote:
>>
>>> I noticed the scout.log entry below.  I looked in geronimo-1.1 
>>> \repository\scout\scout\0.5\scout-0.5.jar in the log4j.properties  
>>> file and it has log4j.debug uncommented!
>>>
>>> I think that is the culprit.  May want to send a mail to the  
>>> scout project http://ws.apache.org/scout/
>>>
>>> John
>>>
>>> Jason Dillon wrote:
>>>> <snip>
>>>> log4j: Parsing for [root] with value=[WARN, LOGFILE].
>>>> log4j: Level token is [WARN].
>>>> log4j: Category root set to WARN
>>>> log4j: Parsing appender named "LOGFILE".
>>>> log4j: Parsing layout options for "LOGFILE".
>>>> log4j: Setting property [dateFormat] to [ISO8601].
>>>> log4j: Setting property [contextPrinting] to [true].
>>>> log4j: End of parsing for "LOGFILE".
>>>> log4j: Setting property [maxBackupIndex] to [3].
>>>> log4j: Setting property [maxFileSize] to [10MB].
>>>> log4j: Setting property [file] to [scout.log].
>>>> log4j: setFile called: scout.log, true
>>>> log4j: setFile ended
>>>> log4j: Parsed "LOGFILE" options.
>>>> log4j: Parsing for [org.apache.axis.enterprise] with value= 
>>>> [FATAL, CONSOLE].
>>>> log4j: Level token is [FATAL].
>>>> log4j: Category org.apache.axis.enterprise set to FATAL
>>>> log4j: Parsing appender named "CONSOLE".
>>>> log4j: Parsing layout options for "CONSOLE".
>>>> log4j: Setting property [conversionPattern] to [- %m%n].
>>>> log4j: End of parsing for "CONSOLE".
>>>> log4j: Setting property [threshold] to [INFO].
>>>> log4j: Parsed "CONSOLE" options.
>>>> log4j: Handling log4j.additivity.org.apache.axis.enterprise=[null]
>>>> log4j: Finished configuring.
>>>> </snip>
>>>>
>>>> --jason
>>>>
>>>
>>
>>
>


Re: Where the heck does this come from?

Posted by John Sisson <jr...@gmail.com>.
I don't see your mail there

http://mail-archives.apache.org/mod_mbox/ws-scout-dev/

John
Jason Dillon wrote:
> So far no response from the scout peeps...
>
> :-(
>
> --jason
>
>
> On Jul 19, 2006, at 4:34 PM, John Sisson wrote:
>
>> I noticed the scout.log entry below.  I looked in 
>> geronimo-1.1\repository\scout\scout\0.5\scout-0.5.jar in the 
>> log4j.properties file and it has log4j.debug uncommented!
>>
>> I think that is the culprit.  May want to send a mail to the scout 
>> project http://ws.apache.org/scout/
>>
>> John
>>
>> Jason Dillon wrote:
>>> <snip>
>>> log4j: Parsing for [root] with value=[WARN, LOGFILE].
>>> log4j: Level token is [WARN].
>>> log4j: Category root set to WARN
>>> log4j: Parsing appender named "LOGFILE".
>>> log4j: Parsing layout options for "LOGFILE".
>>> log4j: Setting property [dateFormat] to [ISO8601].
>>> log4j: Setting property [contextPrinting] to [true].
>>> log4j: End of parsing for "LOGFILE".
>>> log4j: Setting property [maxBackupIndex] to [3].
>>> log4j: Setting property [maxFileSize] to [10MB].
>>> log4j: Setting property [file] to [scout.log].
>>> log4j: setFile called: scout.log, true
>>> log4j: setFile ended
>>> log4j: Parsed "LOGFILE" options.
>>> log4j: Parsing for [org.apache.axis.enterprise] with value=[FATAL, 
>>> CONSOLE].
>>> log4j: Level token is [FATAL].
>>> log4j: Category org.apache.axis.enterprise set to FATAL
>>> log4j: Parsing appender named "CONSOLE".
>>> log4j: Parsing layout options for "CONSOLE".
>>> log4j: Setting property [conversionPattern] to [- %m%n].
>>> log4j: End of parsing for "CONSOLE".
>>> log4j: Setting property [threshold] to [INFO].
>>> log4j: Parsed "CONSOLE" options.
>>> log4j: Handling log4j.additivity.org.apache.axis.enterprise=[null]
>>> log4j: Finished configuring.
>>> </snip>
>>>
>>> --jason
>>>
>>
>
>


Re: Where the heck does this come from?

Posted by Jason Dillon <ja...@planet57.com>.
So far no response from the scout peeps...

:-(

--jason


On Jul 19, 2006, at 4:34 PM, John Sisson wrote:

> I noticed the scout.log entry below.  I looked in geronimo-1.1 
> \repository\scout\scout\0.5\scout-0.5.jar in the log4j.properties  
> file and it has log4j.debug uncommented!
>
> I think that is the culprit.  May want to send a mail to the scout  
> project http://ws.apache.org/scout/
>
> John
>
> Jason Dillon wrote:
>> <snip>
>> log4j: Parsing for [root] with value=[WARN, LOGFILE].
>> log4j: Level token is [WARN].
>> log4j: Category root set to WARN
>> log4j: Parsing appender named "LOGFILE".
>> log4j: Parsing layout options for "LOGFILE".
>> log4j: Setting property [dateFormat] to [ISO8601].
>> log4j: Setting property [contextPrinting] to [true].
>> log4j: End of parsing for "LOGFILE".
>> log4j: Setting property [maxBackupIndex] to [3].
>> log4j: Setting property [maxFileSize] to [10MB].
>> log4j: Setting property [file] to [scout.log].
>> log4j: setFile called: scout.log, true
>> log4j: setFile ended
>> log4j: Parsed "LOGFILE" options.
>> log4j: Parsing for [org.apache.axis.enterprise] with value=[FATAL,  
>> CONSOLE].
>> log4j: Level token is [FATAL].
>> log4j: Category org.apache.axis.enterprise set to FATAL
>> log4j: Parsing appender named "CONSOLE".
>> log4j: Parsing layout options for "CONSOLE".
>> log4j: Setting property [conversionPattern] to [- %m%n].
>> log4j: End of parsing for "CONSOLE".
>> log4j: Setting property [threshold] to [INFO].
>> log4j: Parsed "CONSOLE" options.
>> log4j: Handling log4j.additivity.org.apache.axis.enterprise=[null]
>> log4j: Finished configuring.
>> </snip>
>>
>> --jason
>>
>


Re: Where the heck does this come from?

Posted by John Sisson <jr...@gmail.com>.
I noticed the scout.log entry below.  I looked in 
geronimo-1.1\repository\scout\scout\0.5\scout-0.5.jar in the 
log4j.properties file and it has log4j.debug uncommented!

I think that is the culprit.  May want to send a mail to the scout 
project http://ws.apache.org/scout/

John

Jason Dillon wrote:
> <snip>
> log4j: Parsing for [root] with value=[WARN, LOGFILE].
> log4j: Level token is [WARN].
> log4j: Category root set to WARN
> log4j: Parsing appender named "LOGFILE".
> log4j: Parsing layout options for "LOGFILE".
> log4j: Setting property [dateFormat] to [ISO8601].
> log4j: Setting property [contextPrinting] to [true].
> log4j: End of parsing for "LOGFILE".
> log4j: Setting property [maxBackupIndex] to [3].
> log4j: Setting property [maxFileSize] to [10MB].
> log4j: Setting property [file] to [scout.log].
> log4j: setFile called: scout.log, true
> log4j: setFile ended
> log4j: Parsed "LOGFILE" options.
> log4j: Parsing for [org.apache.axis.enterprise] with value=[FATAL, 
> CONSOLE].
> log4j: Level token is [FATAL].
> log4j: Category org.apache.axis.enterprise set to FATAL
> log4j: Parsing appender named "CONSOLE".
> log4j: Parsing layout options for "CONSOLE".
> log4j: Setting property [conversionPattern] to [- %m%n].
> log4j: End of parsing for "CONSOLE".
> log4j: Setting property [threshold] to [INFO].
> log4j: Parsed "CONSOLE" options.
> log4j: Handling log4j.additivity.org.apache.axis.enterprise=[null]
> log4j: Finished configuring.
> </snip>
>
> --jason
>