Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

Commit f5bcf8f

Browse files
committed
rename jobs namespace
1 parent 24934cc commit f5bcf8f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmd/rr-jobs/main.go

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package main
22

33
import (
4-
"github.com/sirupsen/logrus"
54
"github.com/spiral/jobs"
65
"github.com/spiral/jobs/broker/amqp"
76
"github.com/spiral/jobs/broker/beanstalk"
@@ -15,7 +14,6 @@ import (
1514

1615
func main() {
1716
rr.Container.Register(rpc.ID, &rpc.Service{})
18-
1917
rr.Container.Register(jobs.ID, &jobs.Service{
2018
Brokers: map[string]jobs.Broker{
2119
"amqp": &amqp.Broker{},
@@ -25,6 +23,5 @@ func main() {
2523
},
2624
})
2725

28-
rr.Logger.Formatter = &logrus.TextFormatter{ForceColors: true}
2926
rr.Execute()
3027
}

0 commit comments

Comments
 (0)