Skip to content

Standard log rotation#31

Merged
jimlambie merged 2 commits intomasterfrom
feature/30_log_rotation
Mar 2, 2016
Merged

Standard log rotation#31
jimlambie merged 2 commits intomasterfrom
feature/30_log_rotation

Conversation

@jimlambie
Copy link
Contributor

This pull request adds the ability to set standard log files to rotate the same way as the access log does.

The default setting is "" which means the rotation is disabled.

logging: {
  fileRotationPeriod: "1d"  
  fileRetentionCount: 7    // keep 7 back copies
}

Close #30

jimlambie added a commit that referenced this pull request Mar 2, 2016
@jimlambie jimlambie merged commit d332de4 into master Mar 2, 2016
@jimlambie jimlambie deleted the feature/30_log_rotation branch March 2, 2016 05:14
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.

1 participant