• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Not correct work TimeBasedRollingPolicy

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good day!
Sorry for my English. And for what I'm quite green in this question.

I have a problem: on WebSpere is installed application, and dividing logs by size and time worked perfectly, if I do not restart the application. But if application was stopped, logs is not divided more. I could set new name for log-file, and if this name earlier was not used for this aims, all in normal. Else, log-file could grow more then set in <MaxFileSize>.

In logback.xml:



I think, problem in WebSphere caching, but I cannot solve.
Thank you in advance!
 
reply
    Bookmark Topic Watch Topic
  • New Topic