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
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
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
Opret en konto i dag for at få glæde af eksklusive funktioner, og bliv en del af vores skønne fællesskab!
Tilmeld dig| Relaterede indlæg | Besvarelser | Visninger | Aktivitet | |
|---|---|---|---|---|
|
1
dec. 23
|
4687 | |||
|
1
maj 25
|
18594 | |||
|
0
apr. 24
|
4459 | |||
|
2
apr. 24
|
5770 | |||
|
0
apr. 24
|
3277 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Hello
YES it Works
thanks for your help