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

MaintenanceVerb: use "_service" instead of timestamp #266

Merged
merged 1 commit into from
Dec 20, 2019
Merged

MaintenanceVerb: use "_service" instead of timestamp #266

merged 1 commit into from
Dec 20, 2019

Conversation

derrickstolee
Copy link
Contributor

@derrickstolee derrickstolee commented Dec 20, 2019

The service overloads the logs dir by running maintenance verbs in
the background. Change the name to use "service" instead of
a timestamp when the log is started by the service.

This will cause the log files to grow, as we append to the logs
every time.

Resolves #177.

The service overloads the logs dir by running maintenance verbs in
the background. Change the name to use "_service" instead of
"_<timestamp>" when the log is started by the service.

This will cause the log files to grow, as we append to the logs
every time.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
@derrickstolee derrickstolee merged commit 5946d89 into microsoft:master Dec 20, 2019
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.

Stop creating so many maintenance log files
2 participants