Currently the only logging which exists for the Webhook Bolt Processor is to write history for the entity. This does not work for any entities which do not have a "writeHistory" method in the entity (e.g. PurchaseOrders).
At the very least if the webhook aspect is run, it should log that it succeeded or failed to the bolt execution logs.