mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-22 12:40:30 +08:00
9 lines
123 B
Python
9 lines
123 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
import logbook
|
|
|
|
LOG_LEVEL = logbook.INFO
|
|
|
|
DATE_TIME_FORMAT = '%Y-%m-%d %H:%M'
|
|
|
|
AUTO_INGEST = False |