コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
4227 ビュー

Hello


Even with debug=true in the conf file and restarting rhe server I never get the log info messages coming from Python

is it nomal ?

Thanks

Best regards


アバター
破棄

Hello


YES it Works


thanks for your help


最善の回答

No, it isn't. By default logger level is INFO. If it doesn't work, you can insert on your conf file something like:

log_handler = [':INFO']
log_level = info
logfile = route_to_file (after creating it)

To see different levels o logger, or attributes for log, see config.py file, where options of server are defined



アバター
破棄
関連投稿 返信 ビュー 活動
1
12月 23
2443
1
5月 25
13201
0
4月 24
2512
2
4月 24
3500
0
4月 24
1484