pixl-logger
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -64,3 +64,3 @@ // Generic Logger Class for Node.JS | ||
this.args.epoch = Math.floor( this.args.hires_epoch ); | ||
this.args.date = dargs.yyyy_mm_dd + ' ' + dargs.hh_mi_ss; | ||
this.args.date = dargs.yyyy_mm_dd.replace(/\//g, '-') + ' ' + dargs.hh_mi_ss; | ||
@@ -67,0 +67,0 @@ // support json 'data' arg |
{ | ||
"name": "pixl-logger", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A simple logging class which generates [bracket][delimited] log columns.", | ||
@@ -5,0 +5,0 @@ "author": "Joseph Huckaby <jhuckaby@gmail.com>", |
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
21146