Complete boot message-GhostBSD
Posted: Wed Feb 01, 2023 1:16 pm
Uncomment console logging in:
for full boot messages:
Create file in:
touch and chmod it to mode 600 before it will work:
Enjoy! This is all. Good luck!
Code: Select all
/etc/syslog.conf
Code: Select all
# uncomment this to log all writes to /dev/console to /var/log/console.log
# touch /var/log/console.log and chmod it to mode 600 before it will work
console.info /var/log/console.log
Code: Select all
/var/log/console.log
Code: Select all
/var/log/console.log
Code: Select all
# chmod 600 /var/log/console.log