We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c44e6 commit 4ff2b1eCopy full SHA for 4ff2b1e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pryv/boiler",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "Config and Logging boilerplate for Pryv's Node.js apps and services",
5
"main": "src/index",
6
"scripts": {
src/config.js
@@ -38,7 +38,10 @@ const defaults = {
38
},
39
file: {
40
active: true,
41
- path: 'application.log'
+ path: 'application.log',
42
+ rotation: {
43
+ isActive: false
44
+ }
45
46
airbrake: {
47
active: false
0 commit comments