Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
nccblg
Total activity
15
Last activity
March 18, 2020 18:19
Member since
July 29, 2016 10:15
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
6
Activity overview
Posts (7)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
March 02, 2020 09:14
Hi Andrey, agree in general with your comment about logging usage, but using logging as if it is print during development is really helpful... In fact I found out that it's a supported feature by p...
Community
PyCharm
Show logging output when using pytest
8 votes
Created
February 27, 2020 13:00
here is the test code: import logginglogger = logging.getLogger(__name__)def test_logging(): for i in range(10**2): print('aaa') logger.critical('bbb') logger.debug('ccc')...
Community
PyCharm
Show logging output when using pytest
4 votes