在Python 3中,Tensorflow中是否有日志记录属性的替代品?

在Python 3中,Tensorflow中是否有日志记录属性的替代品?,python,python-2.7,tensorflow,image-processing,python-3.7,Python,Python 2.7,Tensorflow,Image Processing,Python 3.7,在Python 3中使用TensorFlow中的日志记录属性时,我得到一个错误,该属性无效。 我可以用什么来代替它? 错误: 检查此链接 tf.logging.set_verbosity(tf.logging.ERROR) AttributeError: module 'tensorflow' has no attribute 'logging'

在Python 3中使用TensorFlow中的
日志记录
属性时,我得到一个错误,该属性无效。
我可以用什么来代替它?
错误:

检查此链接
tf.logging.set_verbosity(tf.logging.ERROR)
AttributeError: module 'tensorflow' has no attribute 'logging'