Add just command to render unicode logs.

This commit is contained in:
Alejandro Cabeza Romero 2025-12-20 09:33:50 +01:00
parent 3d04d069cd
commit 02dbc8b31b
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD

View File

@ -34,3 +34,7 @@ run:
nix:
nix develop .#
# View the log with unicode characters rendered
logs:
perl -pe 's/\\u([0-9A-Fa-f]{4})/chr(hex($1))/ge' liblogos-blockchain-module.log | less -R