koatty_logger
Advanced tools
Comparing version 1.2.10 to 1.2.12
@@ -5,2 +5,4 @@ # Changelog | ||
### [1.2.12](https://github.com/thinkkoa/koatty_logger/compare/v1.2.10...v1.2.12) (2021-12-01) | ||
### [1.2.10](https://github.com/thinkkoa/koatty_logger/compare/v1.2.8...v1.2.10) (2021-12-01) | ||
@@ -7,0 +9,0 @@ |
@@ -9,3 +9,3 @@ "use strict"; | ||
* @LastEditors: Please set LastEditors | ||
* @LastEditTime: 2021-12-01 22:29:40 | ||
* @LastEditTime: 2021-12-01 23:18:26 | ||
* @License: BSD (3-Clause) | ||
@@ -340,3 +340,3 @@ * @Copyright (c) - <richenlin(at)gmail.com> | ||
} | ||
return this.print("INFO", name, color, msgs); | ||
return this.print("DEBUG", name, color, msgs); | ||
} | ||
@@ -343,0 +343,0 @@ /** |
{ | ||
"name": "koatty_logger", | ||
"version": "1.2.10", | ||
"version": "1.2.12", | ||
"description": "Logger for koatty.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
1807403