python动态日志目录logging.config

时间:2014-09-04 01:03:53

标签: python logging

我正在使用logging.config作为脚本 -

[handler_fileHandler]
class=FileHandler
formatter=simpleFormatter
args=('t_deploy.log', 'a')

在我的app.py文件中,我生成了几个变量 -

current_datetime = time.strftime("%Y%m%d-%H%M")
current_user = getpass.getuser()

如何传递这些变量以在我想要的文件夹中生成t_deploy.log文件。

离。

"\\\blah\\location\\%s-$s" % (current_datetime, current_user)

0 个答案:

没有答案