An open API service indexing awesome lists of open source software.

https://github.com/senior-sigan/prettylog

Pretty Dummy Json Log Printer (for Zap)
https://github.com/senior-sigan/prettylog

cli logging pretty-print

Last synced: 2 months ago
JSON representation

Pretty Dummy Json Log Printer (for Zap)

Awesome Lists containing this project

README

          

# PDL: Pretty dummy json log Printer

I'm pretty dummy. I need my json logs to look nice.

Other loggers don't work with my json logs format.

So I copy-paste internet and make it go brrr...

Should be compatible with [Zap Logger](https://github.com/uber-go/zap). But i'm not sure.

## Usage

```shell
./your-programm | prettylog
```

In fish you have to use this `&|` for pipes.

## Installation

```shell
go install github.com/senior-sigan/prettylog@latest
```

Check that you have `go/bin` in your PATH