> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/beautify-logs.md).

# Beautify Logs

We can use `ccze` command to beautify/prettify logs of different types. Usage given below.

## Installation

On Debian based systems, we can install it by running the following command -

```bash
apt-get install -y ccze
```

## Examples

We can pipe differnet logs through standard output such as -

```
cat /var/log/auth.log | ccze
```

***Source:*** [***CentOS Blog***](https://www.centosblog.com/command-line-tool-day-ccze-prettify-logs-colours/)
