@vmm/service
Advanced tools
Comparing version 1.0.40 to 1.0.41
{ | ||
"name": "@vmm/service", | ||
"version": "1.0.40", | ||
"version": "1.0.41", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "description": "VMM Service library", |
@@ -24,3 +24,3 @@ "use strict"; | ||
const m = methodName.substr(0, 1).toUpperCase(); | ||
return rawMethod.bind(_log, date_format_1.default('yyyy:MM:dd hh:mm:ss', new Date()), co(m + ':' + loggerName)); | ||
return rawMethod.bind(_log, date_format_1.default('yyyyMMdd_hhmmss', new Date()), co(m + ':' + loggerName)); | ||
}; | ||
@@ -27,0 +27,0 @@ if (process_1.default.env['DEBUG']) { |
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
44753