Incubator-superset: Where to find superset.log file?

Created on 4 Sep 2019  路  4Comments  路  Source: apache/incubator-superset

A clear and concise description of what the bug is.

Expected results

can find superset.log file

Actual results

cannot find it

Screenshots

This is my config.py file
10

How to reproduce the bug

  1. Go to 'superset/config.py'
  2. See configuration of log console

Environment

  • superset version: 0.34.0rc1
  • python version: 3.6
  • node.js version: 10.16.0
  • npm version: 6.9.0

Checklist

Make sure these boxes are checked before submitting your issue - thank you!

  • [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
  • [ ] I have reproduced the issue with at least the latest released version of superset.
  • [x] I have checked the issue tracker for the same issue and I haven't found one similar.

Additional context

I am running superset in Docker enviornment.

Most helpful comment

Issue-Label Bot is automatically applying the label #question to this issue, with a confidence of 0.72. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

All 4 comments

Issue-Label Bot is automatically applying the label #question to this issue, with a confidence of 0.72. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

You must modify the settings.
~~~python

config.py

ENABLE_TIME_ROTATE = True
~~~
If you make the above corrections and restart as above You can check the path ~/superset/superset.log

for default settings

cat $SUPERSET_HOME/superset.log

Alright thanks

Was this page helpful?
0 / 5 - 0 ratings