- added fileNameFormat
All checks were successful
Code quality checks / biome (push) Successful in 11s

- fixed up some logic aka duplicate logic
- actually verify config
-add more ansiColors
-default to no max files
This commit is contained in:
creations 2025-06-11 10:13:27 -04:00
parent 5c88ce3e28
commit f7d2c7084b
Signed by: creations
GPG key ID: 8F553AA4320FC711
8 changed files with 491 additions and 151 deletions

View file

@ -46,6 +46,12 @@
"type": "git",
"url": "https://git.creations.works/atums/echo"
},
"keywords": ["logger", "logging", "typescript", "nodejs", "structured"],
"author": "creations.works",
"homepage": "https://git.creations.works/atums/echo",
"bugs": {
"url": "https://git.creations.works/atums/echo/issues"
},
"dependencies": {
"date-fns-tz": "^3.2.0"
}