Viewing Firewall Logs

How can I view the VyOS firewall logs? Specifically, I am looking to see detailed packet information.

For example, I know that…

show firewall name to_dmz statistics

will show me the statistics for this rule set, but how and where can I view the detailed information about which packets are logged?

Max.

cat /var/log/messages | grep to_dmz ?

Thanks.

Also,

tail -f /var/log/messages

also works.

also

show log firewall name