Skip to content

Commit

Permalink
agent: adding trace log level to fix #31
Browse files Browse the repository at this point in the history
  • Loading branch information
armon committed Oct 27, 2013
1 parent 7c32a92 commit f194e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/agent/log_levels.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
// levels that we use.
func LevelFilter() *logutils.LevelFilter {
return &logutils.LevelFilter{
Levels: []logutils.LogLevel{"DEBUG", "INFO", "WARN", "ERR"},
Levels: []logutils.LogLevel{"TRACE", "DEBUG", "INFO", "WARN", "ERR"},
MinLevel: "INFO",
Writer: ioutil.Discard,
}
Expand Down

0 comments on commit f194e77

Please sign in to comment.