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 SMBnotarb-config.toml: generated configuration for NotArblogs.log: full unfiltered output ofsmb-onchainprocessinfo.txt: useful information about this sessionRelated files when dynamic tips / fees are enabled:
jito_tip_file.txt,spam_cu_price_file.txt,vendors_cu_price_file.txtandvendors_tip_amount_file.txt
Do not delete sessions directories while copychain is running, this could lead to unexpected behavior.
Last updated