lower logging, add keybindings to help menu

This commit is contained in:
Bradley Cicenas
2017-03-07 00:09:46 +00:00
parent a6c6ecc6ee
commit a1d68833fa
4 changed files with 10 additions and 4 deletions

View File

@ -13,7 +13,7 @@ const (
var (
Log *CTopLogger
exited bool
level = logging.DEBUG
level = logging.INFO
format = logging.MustStringFormatter(
`%{color}%{time:15:04:05.000} ▶ %{level:.4s} %{id:03x}%{color:reset} %{message}`,
)