Logging
Blip uses pseudo-logging based on internal events that are either “info” or error.
By default, Blip prints only errors to STDERR
.
Start blip
with the --log
option to print info events to STDOUT
.
Debug info is printed to STDERR
.
This is pseudo-logging because there is no traditional log printing, only events that are printed by default. See Develop / Events to learn how to change or enhance Blip pseudo-logging by receiving and handling events.