Skip to content
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.

Configure maxFiles option for logging for auto log files removal #3

Merged
merged 1 commit into from
Jul 5, 2017

Conversation

kabirbaidhya
Copy link
Contributor

Old log files were not being removed right now. This will only keep limited log files (as per specified in maxFiles option).

PS: Right now, I need to create two PRs in two repositories for exactly same thing (https://github.com/leapfrogtechnology/chill/pull/43), that's why we need this chill-core thing sooner. 😄

Copy link
Contributor

@deepsadhi deepsadhi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reorder

@@ -11,7 +11,8 @@ export default {
jsonFormat: false,
levelColumnWidth: 7,
tsFormat: () => new Date().toISOString(),
dateFormat: 'yyyy-MM-dd'
dateFormat: 'yyyy-MM-dd',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rorder

@deepsadhi deepsadhi merged commit b9903f4 into master Jul 5, 2017
@deepsadhi deepsadhi deleted the log-max-files branch July 5, 2017 03:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants