superset/caravel
Siddharth Gupta d7ea47387f enable timerotateloghandler (configurable) (#311)
* attempt to enchance logging

* clean up logging

* clean up logging

* reset to logger

* clean up imports

* add comments in config.py

* remove redundant declaration of logging.config. Already exists in caravel/__init__.py

* replace RotatingFileHandler with TimedRotatingFileHandler

* revert back running web server in debug mode

* fix debug in bin/caravel

* resolve build errors - formatting

* need to test

* enable time rotateloghandler

* revert back print statements - add feature for rotatetimelog which is needed and make it configurable

* revert back to default in master

* fix build issues

* remove extra print statement

* change log location to default

* configure console log level and format
2016-05-01 07:59:08 -07:00
..
assets Merge pull request #414 from airbnb/chris/fix-sunburst-level-trunc 2016-04-29 10:59:29 -07:00
bin Adding version subcommand to CLI (#329) 2016-04-13 17:27:20 -07:00
data More examples / tests (#385) 2016-04-20 17:36:37 -07:00
migrations Use batch_alter_table to drop column in the migration script (#406) 2016-04-30 08:30:40 -07:00
static Caravel - renaming files 2016-03-28 21:53:24 -07:00
templates Fix the label of the periodic-refresh button (#386) 2016-04-21 08:16:52 -07:00
__init__.py enable timerotateloghandler (configurable) (#311) 2016-05-01 07:59:08 -07:00
ascii_art.py Adding version subcommand to CLI (#329) 2016-04-13 17:27:20 -07:00
config.py enable timerotateloghandler (configurable) (#311) 2016-05-01 07:59:08 -07:00
forms.py add navigation, zoom to treemap (#396) 2016-04-26 11:51:01 -07:00
models.py Show only Slices and Dashboards users have access to (#404) 2016-04-26 16:44:51 -07:00
utils.py More examples / tests (#385) 2016-04-20 17:36:37 -07:00
version.py v0.8.9 2016-04-27 19:38:36 -07:00
views.py Show only Slices and Dashboards users have access to (#404) 2016-04-26 16:44:51 -07:00
viz.py add navigation, zoom to treemap (#396) 2016-04-26 11:51:01 -07:00