Commit c9db1999a2078f6b2308c96d14ee709e2386c941

Authored by Etienne Pallier
1 parent 68c3cc1e
Exists in dev

ajout commentaires log

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
docker/PYROS_DOCKER_RUN
... ... @@ -54,9 +54,12 @@ echo
54 54 echo
55 55 echo "Pour voir les logs Pyros :"
56 56 echo
  57 +echo "tail -f ../logs/pyros.log"
57 58 echo "tail -f ../logs/pyroslog_info.log"
58 59 echo "tail -f ../logs/pyroslog_error.log"
59 60 echo "tail -f ../logs/AgentM/AgentM.log"
  61 +echo "tail -f ../logs/guitalens.log"
  62 +
60 63 echo
61 64  
62 65 #cd src/core/pyros_django
... ...