Yes, you can use multiple wild cards. You can test your file without performing the actual rotations by doing this:

    logrotate -d -f /etc/logrotate.conf

- -d = Turns  on  debug mode.  In debug mode, no changes will be made to the logs or to the logrotate state file.

- -f = Tells logrotate to force the rotation, even if it doesn’t  think
              this  is  necessary.   Sometimes this is useful after adding new
              entries to logrotate, or if old log files have been  removed  by
              hand,  as  the  new files will be created, and logging will con-
              tinue correctly.`