Cardano-submit-api "txSubmitPost"-message

Hi,

I have tried to go through almost every file in cardano-submit-api to find out if I can change the “txSubmitPost” message to show the full hash. And cannot find anyone ever asked about this anywhere.

Currently it is:
[cardano-tx-submit:Info:15] txSubmitPost: successfully submitted transaction <first 15 characters of hash>

Anyone knows if it is possible to show the full hash?

One of the reason for this is I want to be able to track the transaction, would be happy to also get pointed in a direction to do that in other ways

Many thanks

You probably need to change the Haskell source code for that.