configure laddr & seed node from command line.

This commit is contained in:
Jae Kwon
2014-07-12 18:37:55 -07:00
parent cc9ea407aa
commit 78663a09fe
4 changed files with 39 additions and 27 deletions

2
log.go
View File

@ -10,7 +10,7 @@ var log seelog.LoggerInterface
func init() {
// TODO: replace with configuration file in the ~/.tendermint directory.
config := `
<seelog type="asyncloop" minlevel="debug">
<seelog type="sync" minlevel="debug">
<outputs formatid="colored">
<console/>
</outputs>