Replies: 2 comments
-
|
any idea @mistercrunch ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I saw smth similar, curious to learn about the solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
my startup command is:
/usr/bin/python3 /usr/local/bin/gunicorn -w 4 -k gevent --timeout 300 -b 0.0.0.0:8786 --limit-request-line 0 --limit-request-field_size 0 superset.app:create_app() --access-logfile /home/ec2-user/superset/logs/access.log --error-logfile /home/ec2-user/superset/logs/err.log
my config.py contains
but lines in /home/ec2-user/superset/logs/superset.log are not prefixed with a timestamp
Beta Was this translation helpful? Give feedback.
All reactions