pandora-component-file-logger-service
Advanced tools
Comparing version 2.0.3 to 2.0.6
@@ -63,2 +63,3 @@ "use strict"; | ||
type: 'size', | ||
maxFiles: 2, | ||
maxFileSize: 100 * 1024 * 1024, | ||
@@ -65,0 +66,0 @@ stdoutLevel: 'NONE', |
{ | ||
"name": "pandora-component-file-logger-service", | ||
"version": "2.0.3", | ||
"version": "2.0.6", | ||
"description": "Pandora 2 Component File Logger Service", | ||
@@ -64,3 +64,3 @@ "main": "dist/ComponentFileLoggerService", | ||
"pandora-component-decorator": "^2.0.3", | ||
"pandora-component-reporter-manager": "^2.0.3", | ||
"pandora-component-reporter-manager": "^2.0.6", | ||
"pandora-dollar": "^2.0.3", | ||
@@ -67,0 +67,0 @@ "pandora-messenger": "^2.0.3" |
@@ -18,2 +18,3 @@ import {MessengerServer, MessengerClient} from 'pandora-messenger'; | ||
type: 'size', | ||
maxFiles: 2, | ||
maxFileSize: 100 * 1024 * 1024, | ||
@@ -20,0 +21,0 @@ stdoutLevel: 'NONE', |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65560
1412