Add debug statements for allocation event handling

This commit is contained in:
Maximilian Paß
2023-05-10 11:03:30 +01:00
parent 9fe21fdbea
commit 5a147c4985
2 changed files with 8 additions and 3 deletions

View File

@@ -181,9 +181,6 @@ func (nc *nomadAPIClient) EventStream(ctx context.Context) (<-chan *nomadApi.Eve
// As Poseidon uses no such token, the request will return a permission denied error.
"*",
},
nomadApi.TopicJob: {"*"},
nomadApi.TopicNode: {"*"},
nomadApi.TopicDeployment: {"*"},
},
0,
nc.queryOptions())