I just completed an upgrade of my ASA from 8.0.4 to 8.2.1. It took me a week to realize logging was broken. My ASA was configured to send any notification events and lower to my syslog server. I also set notification logging on all ACL's. After the upgrade no ACL hits were being sent to the syslog server.
After opening a ticket with TAC they pointed me to this work around:
logging list mylist level notifications
logging list mylist message 106100
logging trap mylist
Message 106100 are messages from ACL hits. This work around is pretty good because I can add additional informational messages individually. There are a lot of SSL-VPN informational messages that I like to capture for reporting purposes.
Bug Toolkit info:
access-list logging prints 106100 syslog always at informational level
Symptom:
Logging message 106100 always prints at level informational. As a result, logging message 106100 is not printed when logging level is set to lower than informational for both access-list and logging configuration