Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
qiuqunfeng
waf-console
Commits
81292444
Commit
81292444
authored
Jun 25, 2025
by
qiuqunfeng
Browse files
Add logging for regionUrlMap in NewRootCommand for improved traceability of application routing
parent
f400f08b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
cmd/app/cmd.go
cmd/app/cmd.go
+1
-0
No files found.
cmd/app/cmd.go
View file @
81292444
...
@@ -87,6 +87,7 @@ func NewRootCommand() *cobra.Command {
...
@@ -87,6 +87,7 @@ func NewRootCommand() *cobra.Command {
esStore
.
Init
()
esStore
.
Init
()
// logConsumerService := service.NewLogConsumerService(db, esStore, config.KafkaConfig)
// logConsumerService := service.NewLogConsumerService(db, esStore, config.KafkaConfig)
// go logConsumerService.Consume()
// go logConsumerService.Consume()
log
.
Info
()
.
Msgf
(
"regionUrlMap: %v"
,
regionUrlMap
)
return
e
.
Run
(
":8080"
)
return
e
.
Run
(
":8080"
)
},
},
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment