Change where CloudWatch logs are stored

Hello,
we have quite few running Lambdas and all of them creates new CloudWatch log groups.
Right now we have too mush “/aws/lambda/{functionName}” log groups.

Is there a way to change this?
Like setting one common log group like “/aws/lambda/functions” and then write to separate log streams?