issues
search
Makes-Innovation-Hub
/
code-genie-bot
telegram bot for code genie
MIT License
0
stars
0
forks
source link
add logging - bot
#28
Open
yishain11
opened
3 months ago
yishain11
commented
3 months ago
DOD:
[x] add logging package (read and select a good package)
[x] each log should contain - date, req id (more on that later), log level and msg
[x] save logging to a file, with appending
[x] limit log file size and setup creating more files once the file is full
[x] remove all print msgs from the code
[x] add logging to all important operations (think where! and what)
[x] test manually that it works
[x] learn about live reading file with linux - the tail -f command
DOD: