ai didi

Python 日志记录类型错误

转载 作者:太空狗 更新时间:2023-10-29 17:10:34 24 4
gpt4 key购买 nike

你能帮帮我吗,有什么问题吗?

import loggingif (__name__ == "__main__"):    logging.basicConfig(format='[%(asctime)s] %(levelname)s::%(module)s::%(funcName)s() %(message)s', level=logging.DEBUG)    logging.INFO("test")

我不能运行它,我有一个错误:

Traceback (most recent call last):  File "/home/htfuws/Programming/Python/just-kidding/main.py", line 5, in     logging.INFO("test")TypeError: 'int' object is not callable

非常感谢。

最佳答案

logging.INFO denotes值为 20 的整数常量

INFO Confirmation that things are working as expected.

你需要的是logging.info

logging.info("test")

关于Python 日志记录类型错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18292500/

24 4 0
文章推荐: Python 字节数组打印
文章推荐: c - 在结构中填充
文章推荐: Angular 2 : How to handle app configuration for different environments
文章推荐: c - *(void **) &(int[2]){0,PAGE_SIZE};意义?
太空狗
个人简介

我是一名优秀的程序员,十分优秀!

滴滴打车优惠券免费领取
滴滴打车优惠券
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com