Gossh Version 1.3.0
Added
-
Supports colorful output(that not in json format). For details at #13.
-
Add flag
-C/--output.condense
for condensing output and disable colorful.
It is generally suitable for output to a file to avoid recording color characters(like^[[35m
).
Changed
- The log fields order is changed from random to the following order:
level
,time
,msg
.