/console-json-demo

Demo of JSON log events and formatting

Primary LanguageGo

Console JSON log demo

  • app generates some example JSON log output
  • wrapper parses it and adds formatting

To run the demo:

# Build the app and wrapper
go build -o demo-app ./app
go build -o demo-wrapper ./wrapper

# Run the app using the wrapper
./demo-wrapper ./demo-app

console output screenshot