我的 python 项目下有一个配置文件,名为“logging.conf”,文件如下所示:
[formatters]
keys: console, logging
[formatter_console]
format: %(asctime)s | %(message)s
[formatter_logging]
format: %(message)s
etc etc etc
试过了:syntax on
,什么也没发生,.conf 文件看起来很简单。无论如何我可以打开一些语法来使 .conf 文件更加丰富多彩和可读吗?