Skip to content

Commit

Permalink
Some change on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adhisimon committed Dec 28, 2023
1 parent 9891c69 commit 938be9f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@

My simple logger (based on winston).

It just init winston to display fancy colored logs on console.
It just init [winston](https://github.com/winstonjs/winston) to display fancy colored logs on console
with metadata that I think was important.
Also put logs on rotating files if it's not running on
unit test.

Expand All @@ -21,8 +22,8 @@ unit test.
- [Other modules](#other-modules)
- [Unit test detection](#unit-test-detection)
- [Changelog](#changelog)
- [TODO](#todo)
- [LICENSE](#license)
- [Planned transports](#planned-transports)
- [License](#license)

## Installation
```shell
Expand Down Expand Up @@ -67,13 +68,14 @@ It detect unit test by detecting global "describe" function does exists.
## Changelog
See [CHANGELOG.md](CHANGELOG.md) file.

## TODO
## Planned transports
I have plan to implement these transports too:
- http transport
- mysql transport
- amqp transport
- redis transport

## LICENSE
## License
This package based on [winston](https://github.com/winstonjs/winston) which
has MIT License, so this package too.

Expand Down

0 comments on commit 938be9f

Please sign in to comment.