Skip to content

Commit

Permalink
(#34) | logger flags added to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vedfordev authored Oct 10, 2024
1 parent 67b2681 commit 09b29f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions reportingSystem/superset/assets/superset_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

SQLALCHEMY_DATABASE_URI = "postgresql+psycopg2://"+DB_USER+":"+DB_PASSWORD+"@"+DB_URL+":"+DB_PORT+"/"+DB_NAME

#icon flags
APP_ICON = "/static/assets/images/avni.png"

LOGO_TARGET_PATH = '/'
Expand All @@ -31,3 +32,10 @@
APP_NAME = "Avni Superset"

FAVICONS = [{"href": "/static/assets/images/avni-favicon.ico"}]

#logger flags
ENABLE_TIME_ROTATE = True

BACKUP_COUNT = 30

ROLLOVER = "midnight"

0 comments on commit 09b29f7

Please sign in to comment.