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