You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested updates to the other configured plugins individually and the issue does not occur. It only comes up when upgrading serverless-api-gateway-caching to v1.10.0.
It looks like this is caused by this change from #122. In my case none of my methods have a log level set (and I'm kind of unclear where in the YAML that setting would go?).
In theory a workaround would be to set custom.apiGatewayCaching.inheritCloudWatchSettingsFromStage to false though I have not tested that yet.
The text was updated successfully, but these errors were encountered:
And thanks for the info re: where to configure this -- I was confused about where to add the default logging configuration when trying to troubleshoot.
After upgrading from v1.9.0 to v1.10.0 I'm seeing an error
Invalid logging level specified: null
when attempting to deploy an application.Here is what my
serverless.yml
file looks like.I have tested updates to the other configured plugins individually and the issue does not occur. It only comes up when upgrading
serverless-api-gateway-caching
to v1.10.0.It looks like this is caused by this change from #122. In my case none of my methods have a log level set (and I'm kind of unclear where in the YAML that setting would go?).
In theory a workaround would be to set
custom.apiGatewayCaching.inheritCloudWatchSettingsFromStage
tofalse
though I have not tested that yet.The text was updated successfully, but these errors were encountered: