When using the logging module inside a for loop I get this result: ```log on 0: 2022-04-17 22:30:17 on 1: 2022-04-17 22:30:17 on 2: 2022-04-17 22:30:18 on 3: 2022-04-17 22:30:18 ``` How do you remove the `on X:` ?
When using the logging module inside a for loop I get this result:
How do you remove the
on X:?