Skip to content

Commit

Permalink
Merge pull request #28 from Chia-Network/develop
Browse files Browse the repository at this point in the history
release 1.0.12: remove task_error
  • Loading branch information
TheLastCicada authored Sep 26, 2023
2 parents a210522 + 2c5bfde commit 18a8f46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,11 @@ class Logger {
levels: {
fatal: 0,
error: 1,
task_error: 2,
warn: 3,
info: 4,
task: 5,
debug: 6,
trace: 7,
warn: 2,
info: 3,
task: 4,
debug: 5,
trace: 6,
},
colors: {
fatal: "red",
Expand All @@ -53,8 +52,7 @@ class Logger {
task: "cyan",
info: "green",
debug: "blue",
trace: "magenta",
task_error: "red",
trace: "magenta"
},
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chia-carbon/core-registry-logger",
"version": "1.0.11",
"version": "1.0.12",
"description": "Custom logger for core registry projects",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 18a8f46

Please sign in to comment.