Logs from all aws lambda log streams (not just the $LATEST)

Hi,

When I run the command:

serverless logs -f hello -t

…I only see logs from the $LATEST version of my lambda. How can I also see logs from an aliased or older lambda version?

Thanks,
James