cleanup, use struct update syntax

This commit is contained in:
ge
2026-01-11 08:57:56 +03:00
parent 8b13a596f7
commit f688b3cad5
2 changed files with 4 additions and 7 deletions

View File

@@ -4,7 +4,6 @@ import structlog
fn main() {
// Initialize logger with edited timestamp.
log := structlog.new(
// timestamp_format: .unix
timestamp: structlog.Timestamp{
format: .unix
}