PAKO can be very “chatty” and display many “messages” in the command line window. They are marked with “I-” for “info”, “W-” for “warning”, or “E-” for “error”. “E-” “error” is reserved for true errors, something not accepted by PAKO.
You can control the number of messages you see with with SET LEVEL, e.g.,
SET LEVEL 1 1will enforce that you get all messages.
SET LEVEL 3 3will supress most “I-” infos.
SET LEVEL 5 5will supress most “I-” infos and “W-” warnings.
At this time () PAKO still displays some debug messages, which are not flagged “I-”, “W-”, or “E-”. They will be eliminated as soon as possible.