主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
nccblg
活动总数
15
最后的活动
2020年03月18日 18:19
成员加入日期
2016年07月29日 10:15
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
6
活动概览
帖子(7)
评论(2)
按最近的活动排序
最近的活动
投票数
创建于
2020年03月02日 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...
社区
PyCharm
Show logging output when using pytest
8 票
创建于
2020年02月27日 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')...
社区
PyCharm
Show logging output when using pytest
4 票