Crontab 등록하지 않고 log 파일을 날짜별로 rotate 시킬 수 있는 방법. http://applejara.tistory.com/entry/Cronolog-%EC%84%A4%EC%A0%95 cronolog 설치 : http://sangchul.kr/4808647 nginx에 cronolog 적용 : https://gist.github.com/2891895 위 방법들을 참조해서 작용하면 아래와 같이 날짜별로 구분되어 로그가 저장된다. [root nginx]# ls -al total 64 drwxr-xr-x 2 root root 4096 Oct 18 00:21 . drwxr-xr-x 18 root root 4096 Oct 17 04:02 .. -rw-r--r-- 1 root root 464 Oct ..