How can I check the leader logs? I’m using CNTOOLs but the script leader logs doesn’t work
/opt/cardano/cnode/scripts/cncli.sh leaderlog --pool-id $POOLID --pool-vrf-skey ${CNODE_HOME}/vrf.skey --byron-genesis ${CNODE_HOME}/files/byron-genesis.json --shelley-genesis ${CNODE_HOME}/files/genesis.json --pool-stake $POOL_STAKE --active-stake $ACTIVE_STAKE --ledger-set $PERIOD --tz $TZ
Error
Usage: cncli.sh [operation ]
Script to run CNCLI, best launched through systemd deployed by ‘deploy-as-systemd.sh’
sync Start CNCLI chainsync process that connects to cardano-node to sync blocks stored in SQLite DB (deployed as service)
leaderlog One-time leader schedule calculation for current epoch, then continously monitors and calculates schedule for coming epochs, 1.5 days before epoch boundary on MainNet (deployed as service)
force Manually force leaderlog calculation and overwrite even if already done, exits after leaderlog is calculated
validate Continously monitor and confirm that the blocks made actually was accepted and adopted by chain (deployed as service)
all One-time re-validation of all blocks in blocklog db
epoch One-time re-validation of blocks in blocklog db for the specified epoch
ptsendtip Send node tip to PoolTool for network analysis and to show that your node is alive and well with a green badge (deployed as service)
ptsendslots Securely sends PoolTool the number of slots you have assigned for an epoch and validates the correctness of your past epochs (deployed as service)
force Manually force pooltool sendslots submission ignoring configured time window
init One-time initialization adding all minted and confirmed blocks to blocklog
migrate One-time migration from old blocklog(cntoolsBlockCollector) to new format (post cncli)
path Path to the old cntoolsBlockCollector blocklog folder holding json files with blocks created