-
Hello, I have deployed webapp created with cookiecutter to k8s cluster. Almost everything is working correctly, but I'm getting 500 error during file handling. I'm trying to debug it, but I CAN'T.
I would like to see the stacktrace of the error. I'm only getting following logs:
Should I configure logconfig of unicorn? |
Beta Was this translation helpful? Give feedback.
Answered by
pfk-beta
Jun 22, 2022
Replies: 1 comment
-
Ok, I think I have solved problem. I have reconfigured logging dict in production.py. Not which entry solved problem:
I have added django, and moved root to loggers(I think it was the problem). Cheers |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pfk-beta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, I think I have solved problem. I have reconfigured logging dict in production.py. Not which entry solved problem: