I currently have a Serverless project with about 25 unique functions. By default, Serverless creates a log group for each function individually. Since AWS doesn’t allow you to filter multiple log streams at once (at least to my knowledge), it gets fairly obnoxious to track errors / exceptions.
Is it possible to have multiple functions in lambda use the same log group on AWS via config?