feat(gl): add structured grpc observability
This commit is contained in:
@@ -11,11 +11,13 @@ import (
|
||||
"gl/application/health"
|
||||
applicationledger "gl/application/ledger"
|
||||
"gl/infrastructure/config"
|
||||
"gl/infrastructure/observability"
|
||||
"gl/infrastructure/postgres"
|
||||
grpcadapter "gl/interface/grpc"
|
||||
)
|
||||
|
||||
func main() {
|
||||
observability.Configure("gl", slog.LevelInfo)
|
||||
configPath := flag.String("conf", "./gl.cfg.toml", "path to the TOML configuration file")
|
||||
flag.Parse()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user