Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
Added unit tests
Small bugfixes and typo fixes
Updated dependencies
  • Loading branch information
vduricu committed May 14, 2018
2 parents 4745ffd + 392ea89 commit 4b49566
Show file tree
Hide file tree
Showing 64 changed files with 1,122 additions and 678 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ crashlytics-build.properties
# Logs
test/starter/logs/!.gitkeep
*.log
*.log.*
npm-debug.log*

# Runtime data
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js

node_js:
- "lts/*"
- "10"
- "9"
- "8"
- "7"
Expand Down
12 changes: 11 additions & 1 deletion docs/config/engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ into consideration.

**Other accepted values**: false

## engine.log.file
## engine.log.size

Maximum log file size before rotation. Modifiers are: k(ilo), m(ega), g(iga)

Expand All @@ -78,6 +78,16 @@ Maximum log file size before rotation. Modifiers are: k(ilo), m(ega), g(iga)
**Default value**: 50k

**Other accepted values**: any value that uses the correct modifier k(ilo), m(ega) or g(iga)

## engine.log.schedule

How often to check for file rotation conditions. possible values are '1s', '1m', '1h'. default is 5m.

**Type**: string

**Default value**: 5m

**Other accepted values**: any value that uses the correct modifier s(econd), m(inute), h(our).

## engine.log.compress

Expand Down

0 comments on commit 4b49566

Please sign in to comment.