Hi ! I am new to the serverless framework, and am struggling on an issue with logs.
When using serverless logs, I get logs generated by other functions, that are completely unrelated with the function, and --filter and --tail do not seem to have an effect.
Steps taken :
- create with template google-python
- deploy
- invoke -f first
- logs -f first
Except adding credentials and a google project, I’ve left serverless.yml as it was.
Anyone having a clue on what I’m doing wrong ?
Thanks,
David