Expand my Community achievements bar.

SOLVED

Dispatcher Log

Avatar

Former Community Member

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.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

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

Avatar

Level 10

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