TeMU-BSC / iberifier

2 stars 0 forks source link

Recording logs in corresponding file #52

Open Oliph opened 1 year ago

Oliph commented 1 year ago

The logging should store information in separate files based on the level of log (DEBUG > INFO > WARNING > ...). While it does store in different files, it also continues to follow the rule of keeping everything in Debug, everything in INFO (minus debug), etc. It should only store the information from the level in the corresponding file.