mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +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,
|
||||
)
|
||||
|
||||
processor.SetBlacklist(conf.Ship.Blacklist)
|
||||
|
||||
// Run the application
|
||||
run(conf, shClient, processor)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue