Closed sajithopensolar closed 7 months ago
try changing like this ("propagate" : True) :
"loggers": {
"django": {
"handlers": ["console"],
"level": "INFO",
"propagate": True
},
"django.server": {
"handlers": ["django.server"],
"filters": ["filter_user_id"],
"level": "INFO",
"propagate": True,
},
},
Hi there! Unfortunately, this Issue has not seen any activity for at least 90 days. If the Issue is still relevant to the latest version of Zappa, please comment within the next 10 days if you wish to keep it open. Otherwise, it will be automatically closed.
Hi there! Unfortunately, this Issue was automatically closed as it had not seen any activity in at least 100 days. If the Issue is still relevant to the latest version of Zappa, please open a new Issue.
My django application is running on AWS Lambda with zappa. I recently added the following to configure logs.
This is working well when I run this on docker / local server. But when I deployed this to AWS Lambda it is not showing the corresponding logs in the Cloudwatch.
Could anyone help? Thanks in advance.