mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 15:53:28 +03:00
Routing key was misspelled as routine key (#2430)
This commit is contained in:
committed by
Harshavardhana
parent
723153951c
commit
7829ccea2c
+1
-1
@@ -218,7 +218,7 @@ type loggerV5 struct {
|
||||
Level string `json:"level"`
|
||||
URL string `json:"url"`
|
||||
Exchange string `json:"exchange"`
|
||||
RoutingKey string `json:"routineKey"`
|
||||
RoutingKey string `json:"routingKey"`
|
||||
ExchangeType string `json:"exchangeType"`
|
||||
Mandatory bool `json:"mandatory"`
|
||||
Immediate bool `json:"immediate"`
|
||||
|
||||
Reference in New Issue
Block a user