[ 
https://issues.apache.org/jira/browse/BSF-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13102673#comment-13102673
 ] 

Sven Schliesing edited comment on BSF-24 at 9/12/11 2:16 PM:
-------------------------------------------------------------

Removing the log4j.properties from the jar should do far less harm than like it 
is now: setting the rootLogger to "FATAL, console" and therefore screwing up 
the logging of the whole application. :)
------------------------------
log4j.rootLogger=FATAL, CONSOLE
log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
log4j.appender.CONSOLE.layout=org.apache.log4j.SimpleLayout{code}
------------------------------

      was (Author: muffl0n):
    Removing the log4j.properties from the jar should do far less harm than 
like it is now: setting the rootLogger to "FATAL, console" and therefore 
screwing up the logging of the whole application. :)
{code:title=log4j.properties}log4j.rootLogger=FATAL, CONSOLE
log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
log4j.appender.CONSOLE.layout=org.apache.log4j.SimpleLayout{code}
  
> Remove log4j.properties from jar
> --------------------------------
>
>                 Key: BSF-24
>                 URL: https://issues.apache.org/jira/browse/BSF-24
>             Project: BSF
>          Issue Type: Wish
>          Components: BSF-2.x
>    Affects Versions: BSF-2.4
>            Reporter: Sven Schliesing
>
> Referring to 
> http://mail-archives.apache.org/mod_mbox/jakarta-bsf-dev/200710.mbox/%[email protected]%3E
>  i'd like to re-suggest the removal of the log4j.properties from the jar file.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to