Skip to content

Build: Log

shermand100 edited this page Aug 5, 2019 · 1 revision

Log

Log

The 'Log' field is populated by a text file embedded by html

 <p> <embed src="monerod.log" </p>

The file monerod.log is populated by the following start-up fLag:

 ./monerod --log-file=/var/www/html/monerod.log --max-log-file-size=10485000  --log-level=1 --max-log-files=1

This flag is appended to each monerod start script:

  • /home/pinodexmr/monerod-start.sh
  • ~/monerod-start-tor.sh
  • ~/monerod-start-mining.sh

Producing a 10Mb log file that is constantly written/overwritten. Log entries are ordered by time-stamp, newest at the bottom. New entries are viewed by page refresh.

Clone this wiki locally