@spinajs/log
Advanced tools
Comparing version 1.2.62 to 1.2.64
@@ -133,4 +133,4 @@ "use strict"; | ||
this.CurrentFileSize = 0; | ||
this.LogDirPath = (0, configuration_1.format)(null, path.dirname(path.resolve(this.Options.options.path))); | ||
this.ArchiveDirPath = this.Options.options.archivePath ? (0, configuration_1.format)(null, path.resolve(this.Options.options.archivePath)) : this.LogDirPath; | ||
this.LogDirPath = path.dirname(path.resolve((0, configuration_1.format)(null, this.Options.options.path))); | ||
this.ArchiveDirPath = this.Options.options.archivePath ? path.dirname(path.resolve((0, configuration_1.format)(null, this.Options.options.archivePath))) : this.LogDirPath; | ||
this.LogFileName = (0, configuration_1.format)(null, path.basename(this.Options.options.path)); | ||
@@ -137,0 +137,0 @@ this.LogPath = path.join(this.LogDirPath, this.LogFileName); |
{ | ||
"name": "@spinajs/log", | ||
"version": "1.2.62", | ||
"version": "1.2.64", | ||
"description": "Log lib for all spinejs related libs", | ||
@@ -44,3 +44,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "bcfab745a78ae457f490314ac2ac94de406b38e4" | ||
"gitHead": "6d1e0cc9a731c42503825e50243d85948ce7bf83" | ||
} |
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
191741