mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-25 18:51:39 +00:00
daemon: refactor out of cmd into own package
This commit is contained in:
7
daemon/log.go
Normal file
7
daemon/log.go
Normal file
@ -0,0 +1,7 @@
|
||||
package daemon
|
||||
|
||||
import (
|
||||
"github.com/tendermint/tendermint/logger"
|
||||
)
|
||||
|
||||
var log = logger.New("module", "daemon")
|
Reference in New Issue
Block a user