| Total Complexity | 0 |
| Total Lines | 7 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | import logging |
||
| 2 | |||
| 3 | logging.basicConfig( |
||
| 4 | format=f"%(asctime)s - [%(levelname)s] - %(name)s - (%(filename)s).%(funcName)s(%(lineno)d) - %(message)s", |
||
| 5 | level=logging.INFO) |
||
| 6 | logging.getLogger(__name__) |
||
| 7 |