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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
1
gru 23
|
2283 | ||
|
1
maj 25
|
12889 | ||
|
0
kwi 24
|
2425 | ||
Task Logs and its purpose in Odoo
Rozwiązane
|
|
2
kwi 24
|
3371 | |
|
0
kwi 24
|
1411 |
Hello
YES it Works
thanks for your help