veza/veza-backend-api/internal/logging
senke a1000ce7fb style(backend): gofmt -w on 85 files (whitespace only)
backend-ci.yml's `test -z "$(gofmt -l .)"` strict gate (added in
13c21ac11) failed on a backlog of unformatted files. None of the
85 files in this commit had been edited since the gate was added
because no push touched veza-backend-api/** in between, so the
gate never fired until today's CI fixes triggered it.

The diff is exclusively whitespace alignment in struct literals
and trailing-space comments. `go build ./...` and the full test
suite (with VEZA_SKIP_INTEGRATION=1 -short) pass identically.
2026-04-14 12:22:14 +02:00
..
config.go style(backend): gofmt -w on 85 files (whitespace only) 2026-04-14 12:22:14 +02:00
log_level_test.go adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
logger.go v0.9.4 2026-03-05 23:03:43 +01:00
logger_aggregation.go incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
logger_aggregation_test.go incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
logger_performance_test.go adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
logger_test.go adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
rotation_test.go adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
secret_filter.go feat: backend — config, handlers, services, logging, migration 2026-03-23 15:46:57 +01:00
secret_filter_test.go incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00