Commit 78c90a8357569c92835c2bc6ce9374ffea1f37fb

Authored by Etienne Pallier
1 parent 00293ddd
Exists in dev

ajout chemin vers log

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
docker/PYROS_DOCKER_RUN
... ... @@ -47,6 +47,15 @@ sleep 3
47 47 ./KILL_PYROS_DOCKER_RUN no
48 48  
49 49  
  50 +# SEE LOGS
  51 +echo
  52 +echo
  53 +echo "Pour voir les logs Pyros :"
  54 +echo
  55 +echo "tail -f ../logs/pyroslog_info.log"
  56 +echo "tail -f ../logs/pyroslog_error.log"
  57 +echo "tail -f ../logs/AgentM/AgentM.log"
  58 +echo
50 59  
51 60 #cd src/core/pyros_django
52 61 #docker exec -it pyros python3 src/core/pyros_django/manage.py runserver 10.121.0.11:8000
... ...