Log Beautifier
Affichage formaté pour les logs JSON/JSONL + filtre
Input
Output
{
"level": "info",
"msg": "started",
"ts": 1700000000000
}
{
"level": "error",
"msg": "failed",
"code": 500
}
plain text lineAffichage formaté pour les logs JSON/JSONL + filtre
{
"level": "info",
"msg": "started",
"ts": 1700000000000
}
{
"level": "error",
"msg": "failed",
"code": 500
}
plain text line