minor changes and bugfixes
This commit is contained in:
parent
6d038dc962
commit
22e45857ff
1
.gitignore
vendored
1
.gitignore
vendored
@ -135,3 +135,4 @@ scans.json
|
||||
test.*
|
||||
*.db
|
||||
.vscode
|
||||
*.tar
|
||||
@ -22,12 +22,12 @@ if not exists(DIR + "../logs"):
|
||||
makedirs(DIR + "../logs")
|
||||
|
||||
fileConfig(DIR + "../configs/log.conf")
|
||||
LOGGER = getLogger("root")
|
||||
LOGGER = getLogger("main")
|
||||
|
||||
bootstrap = Bootstrap()
|
||||
db = SQLAlchemy()
|
||||
login = LoginManager()
|
||||
login.login_view = 'web_login'
|
||||
login.login_view = 'auth.web_login'
|
||||
migrate = Migrate()
|
||||
|
||||
|
||||
|
||||
@ -8,7 +8,6 @@ keys=console, file
|
||||
keys=stdout
|
||||
|
||||
[logger_root]
|
||||
handlers = console, file
|
||||
level = DEBUG
|
||||
|
||||
[logger_main]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user