Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Log Rotation #25

Merged
merged 2 commits into from
Jul 29, 2019
Merged

Add Log Rotation #25

merged 2 commits into from
Jul 29, 2019

Conversation

morrismukiri
Copy link
Member

Adds log rotation configuration for django service log directory and wsgi log file

Fixes #24

@morrismukiri morrismukiri requested a review from moshthepitt July 26, 2019 16:53
Adds log rotation configuration for django service log
directory and wsgi log file

Fixes  #24
@moshthepitt
Copy link
Contributor

Should we change the celeryd log file and the celerybeat log file locations to guarantee that they match the django log path? You know, so that we are 100% sure that they are log rotated.

@morrismukiri
Copy link
Member Author

Should we change the celeryd log file and the celerybeat log file locations to guarantee that they match the django log path? You know, so that we are 100% sure that they are log rotated.

I agree.

To guarantee that celerybeat and celetyd log files are rotated,
ensure that they are located inside the django log path
@morrismukiri morrismukiri merged commit 8edb9c0 into master Jul 29, 2019
@morrismukiri morrismukiri deleted the add-logrotate branch July 29, 2019 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add log rotation for the app and celery logs
2 participants