here is the test code: import logging logger = logging.getLogger(__name__) def test_logging(): for i in range(10**2): print('aaa')
確定! 回上一頁