Logs

The full CopyChain output is also saved to the copychain_logs directory. You can disable this behavior with the --no-logfile argument.

Each time a sessions group starts, it creates a workspace in copychain_logs/sessions/ by copying the necessary files for smb-onchain. This directory also contains all the logs from smb-onchain. Feel free to inspect them if any issues occur.

The workspace format is <DATE>-<GROUP ID>-<SESSION IDS>. You should find these files in each one of them:

  • smbonchain-config.toml: generated configuration for smb-onchain

  • logs.log: full unfiltered output of smb-onchain process

  • info.txt : useful information about this session

  • Related files when dynamic tips / fees are enabled: jito_tip_file.txt, spam_cu_price_file.txt, vendors_cu_price_file.txt and vendors_tip_amount_file.txt

Last updated