Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...I have never been to any technical site that shows concern just to anybody with problems...I look forward to also share in the future..."

Geography

Where in the world do Tek-Tips members come from?

Urgent:RoleFileAppender is not working in my application

Bhavani2007 (Programmer)
10 Mar 10 7:21
Hi,

This is an urgent issue.
I have my log4j settings like below.

#print logs to File
log4j.appender.DRFILE=org.apache.log4j.RollingFileAppender
log4j.appender.DRFILE.File=logs/productCatalog.log
log4j.appender.DRFILE.MaxFileSize=100MB
log4j.appender.DRFILE.MaxBackupIndex=20
log4j.appender.DRFILE.layout=org.apache.log4j.PatternLayout
log4j.appender.DRFILE.layout.ConversionPattern=productCatalog:%d %p [%c] - %m%n
#OFF, TRACE, DEBUG, INFO
log4j.appender.DRFILE.Threshold=INFO

but my log files are not rotating. it creates productCatalog.log file and once it exceeds 100MB then it deletes this file and creating the same file productCatalog.log

It is not creating productCatalog.log.1 and productCatalog.log.2 till productCatalog.log.20

It was working earlier. suddenly it stops working as expected. Please let me know what could be the problem here.

Thanks,
Bhavani


 

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Back To Forum

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close