Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
Tickets
New Ticket
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 50e04dd
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Oct 7, 2024, 10:39:28 PM (
5 weeks
ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
5179f7b
Parents:
ca5a97e
Message:
Add logging
File:
1 edited
app.py
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
app.py
rca5a97e
r50e04dd
14
14
from dotenv import load_dotenv
15
15
import os
16
import logging
16
17
17
18
load_dotenv()
19
20
logging.basicConfig(
21
level=logging.INFO,
22
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s'
23
)
18
24
19
25
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive