My local odoo instance doesn't show any console output on pycharm, I tested the print() statement in odoo-bin and it shows, but odoo doesn't print any output unless I stated inside a function with the print() method
I might be missing something in odoo.conf
This question has been flagged
1
Odpovědět
12445
Zobrazení
Hi,
Goto odoo.conf
Comment logfile
if there is log file in your odoo.conf , Odoo creates a logfile in the path you specified and all the log note will be saved in that file .
Hope it Helps ,
Kiran K
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit se| Related Posts | Odpovědi | Zobrazení | Aktivita | |
|---|---|---|---|---|
|
Setup log file in odoo config file
Vyřešeno
|
|
4
říj 22
|
96570 | |
|
|
2
říj 22
|
7169 | ||
|
|
0
čvc 18
|
10411 | ||
|
|
1
bře 15
|
23366 | ||
|
|
0
čvn 26
|
3 |
Kiran has correctly answered the question. You have an option between sending output to stdout (your screen) or to a logfile. While debugging it's often best to keep it running to console then switch it to logfile for production.