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 the underlying bot engine. This directory also contains all the logs from the external bot too. Feel free to inspect them if any issues occur.

The workspace format is <DATE>-<RANDOM STRING>. You should find these files in each one of them:

  • smbonchain-config.toml: generated configuration for SMB

  • notarb-config.toml: generated configuration for NotArb

  • 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