1
0
Fork 0

Remove [daemons] prefix from logs

This commit is contained in:
Gregory Eremin 2016-07-19 17:29:55 +02:00
parent 701cac997c
commit a578ee9eaa
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ const (
func Summon() *Shezmu {
return &Shezmu{
DaemonStats: &stats.Void{},
Logger: log.New(os.Stdout, "[daemons] ", log.LstdFlags),
Logger: log.New(os.Stdout, "", log.LstdFlags),
NumWorkers: DefaultNumWorkers,
queue: make(chan *task),
runtimeStats: stats.NewBasicStats(),