master
StephanSainleger 4 years ago
parent
commit
22ea159e05
  1. 17
      odoo.md

17
odoo.md

@ -1 +1,16 @@
Bienvenue sur le Wiki.
# Tasks
## Getting logs
There are 2 ways to get Odoo logs :
### Via compose command
To get logs in-live: `compose logs odoo -f`
To get the last logs: `compose logs odoo --tail=200`
### Via logs files
In production (not in dev environment), you can consult the logs in the file `odoo.lof` in the repository `/srv/datastore/data/odoo/var/log/odoo`
# Troubleshooting
Loading…
Cancel
Save