mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
fix: improved loggin
This commit is contained in:
parent
c7c164f153
commit
bfbb9dd016
2 changed files with 6 additions and 6 deletions
|
@ -34,11 +34,11 @@ const (
|
|||
|
||||
var (
|
||||
labels = map[int]string{
|
||||
DEBUG: "DBG",
|
||||
INFO: "INF",
|
||||
IMPORTANT: "IMP",
|
||||
WARNING: "WAR",
|
||||
ERROR: "ERR",
|
||||
DEBUG: "dbg",
|
||||
INFO: "inf",
|
||||
IMPORTANT: "imp",
|
||||
WARNING: "war",
|
||||
ERROR: "err",
|
||||
FATAL: "!!!",
|
||||
}
|
||||
colors = map[int]string{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue