# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install -y nodejs
git clone https://github.com/eosrio/eosio-log-agent
cd eosio-log-agent
npm install
- set
owner
to your producer name - set
chain_id
- request a personal token from the EOS Rio team and set it on
connection_token
- set
log_file
to your nodeos log output agent_id
can be set to any value you want, used to identify different nodes from the same producernode_type
should be set to producer, seed or apilog_server
can be changed to a relay if your network infrastructure requires it
node agent.js