Merged in feature/log-version (pull request #185)
inject and print version at startup for all services * inject and print version * coverage
This commit is contained in:
@@ -15,6 +15,7 @@ import (
|
||||
doccleanrunner "queryorchestration/api/docCleanRunner"
|
||||
documentclean "queryorchestration/internal/document/clean"
|
||||
"queryorchestration/internal/server/runner"
|
||||
"queryorchestration/internal/serviceconfig/build"
|
||||
"queryorchestration/internal/serviceconfig/objectstore"
|
||||
"queryorchestration/internal/serviceconfig/queue/documenttext"
|
||||
|
||||
@@ -28,6 +29,9 @@ type DocCleanConfig struct {
|
||||
}
|
||||
|
||||
func main() {
|
||||
// Print version information before any environment checks
|
||||
build.PrintVersionInfo("docCleanRunner")
|
||||
|
||||
ctx := context.Background()
|
||||
|
||||
cfg := &DocCleanConfig{}
|
||||
|
||||
Reference in New Issue
Block a user