mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-03 11:53:41 +02:00
cmd/thalos/server.go: set blacklist in the processor
This commit is contained in:
parent
0bc70f82d1
commit
32f3f1dfb1
1 changed files with 2 additions and 0 deletions
|
|
@ -415,6 +415,8 @@ func serverCmd(cmd *cobra.Command, args []string) {
|
||||||
codec,
|
codec,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
processor.SetBlacklist(conf.Ship.Blacklist)
|
||||||
|
|
||||||
// Run the application
|
// Run the application
|
||||||
run(conf, shClient, processor)
|
run(conf, shClient, processor)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue