Slide 10
Slide 10 text
Structured Logging
Ability to log structured data (e.g., JSON or key-value pairs) for easier parsing and analysis.
Support Text and JSON as build-in
10
{
"time": "2024-05-21T08:58:18.364806+09:00",
"level": "INFO",
"msg": "Go Conference proposal submitted!",
"submitAt": "2024-06-07T13:20:20+09:00",
"SubmittedBy": "Miki",
"Session": {
"Title": "Hack everything!",
"Length": 1200000000000
}
}