0.2.0 • Published 6 months ago

@tinybudgie/logger v0.2.0

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

Logger

Imagine a large application in which there is active development and something constantly needs to be debugged. The developers cover everything with debug logs and all this deploys to the server. Due to the huge number of logs, it is impossible to find the log you need. Developers remove all debug logs. After a lot of logs have been removed, a bug appears in production, but now there are no logs.

How to find a balance between logs, and turn on only necessary logs?

npm i --save @tinybudgie/logger

Documentation

0.2.0

6 months ago

0.1.0

7 months ago