You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by bu...@apache.org on 2002/11/05 12:03:33 UTC

DO NOT REPLY [Bug 14251] New: - Logging in not done in solaris.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14251>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14251

Logging in not done in solaris.

           Summary: Logging in not done in solaris.
           Product: Log4j
           Version: unspecified
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Appender
        AssignedTo: log4j-dev@jakarta.apache.org
        ReportedBy: rav@conject.com


Actually iam using the following properites in my local machine with resin 
servlet engine to do the logging and it is working fine.my os is XP

log4j.rootCategory=DEBUG, R
log4j.appender.R=org.apache.log4j.RollingFileAppender
log4j.appender.R.File=logs/conject.log
log4j.appender.R.MaxFileSize=10MB
log4j.appender.R.MaxBackupIndex=10
log4j.appender.R.layout=org.apache.log4j.PatternLayout
log4j.appender.R.layout.ConversionPattern=[%L]%-15d{HH:mm:ss,SSS}%c[%M]-{%m}%n

And i moved the same properties file to one of our refernce systems (solaris) 
and trying to work on it .But unfortunately there is no logging done on the 
reference system logs.Is there any this to be changed in the properties file 
on reference system.Iam sorry to report this bug but i am running out of time.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>