내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Dispatcher Log

Avatar

이전 커뮤니티 멤버

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
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.