Metadata-Version: 2.1
Name: prettifyJsonLog
Version: 1.0.3
Summary: A small python programm to make json log formats human readable
Home-page: https://github.com/neumantm/prettifyJsonLog
Author: Tim Neumann
Author-email: neuamntm@fius.informatik.uni-stuttgart.de
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE

# prettifyJsonLog
![build badge](https://github.com/neumantm/prettifyJsonLog/actions/workflows/python.yml/badge.svg)

A small python programm to make json log formats human readable

It reads log lines from stdin.
Each line must be one log entry formatted as a JSON object.

## Usage

```bash
someCommandThatProducesLogs | prettifyJsonLog
```

or

```bash
2>&1 someCommandThatProducesLogsOnStderr | prettifyJsonLog
```

## Authors

- Tim Neumann <neumantm@fius.informatik.uni-stuttgart.de>
