Dispatcher Log | Community
Skip to main content
October 16, 2015
Solved

Dispatcher Log

  • October 16, 2015
  • 2 replies
  • 771 views

Is there way to setup dispatcher log rotation using cronolog :  http://www.linuxhowtos.org/System/cronolog.htm   or http://linux.die.net/man/1/cronolog  

Apache ErrorLog and CustomLog works fine with cronolog

I came across https://helpx.adobe.com/experience-manager/kb/SetupDispatcherLogRotation.html  which tell about doing log rotation using apache's rotatelogs,

But I wanted to use cronolog & thought to check if there is a way.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

HI,

you can use cronolog as well. It's not directly documented, but as cronolog can be used as drop-in replacement for rotatelogs, it should work too. Haven't tested it myself, though.

kind regards;
Jörg

2 replies

joerghoh
joerghohAccepted solution
Employee
October 16, 2015

HI,

you can use cronolog as well. It's not directly documented, but as cronolog can be used as drop-in replacement for rotatelogs, it should work too. Haven't tested it myself, though.

kind regards;
Jörg

smacdonald2008
New Participant
October 16, 2015

The way mentioned in the KB Article is the recommended way to perform this use case.