This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Conform to new go-config default config behavior
pull/1842/head
Jae Kwon
9 years ago
parent
4901b71ade
commit
84391b36d3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
log.go
+ 1
- 1
log.go
View File
@ -43,7 +43,7 @@ func resetWithLogLevel(logLevel string) {
func
Reset
(
)
{
var
logLevel
string
=
"debug"
if
config
!=
nil
{
if
config
!=
nil
&&
config
.
IsSet
(
"log_level"
)
{
logLevel
=
config
.
GetString
(
"log_level"
)
}
Write
Preview
Loading…
Cancel
Save