1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-24 15:59:42 +02:00

Merge branch 'main' of github.com:dbarzin/pandora-box

This commit is contained in:
Didier Barzin 2023-02-19 15:04:25 +00:00
commit 2f3ed575e2

View file

@ -54,13 +54,16 @@ Result should contains
gunicorn: 1034 pandora 5u IPv4 27043 0t0 TCP *:6100 (LISTEN)
...
Test submit a file to Panra with command line
Test submit a file to Pandora with the command line
poetry run pandora --url http://127.0.0.1:6100 -f
poetry run pandora --url http://127.0.0.1:6100 -f <<file_name>>
Look a logs
Look a the Pandora logs files
tail -500f /var/log/pandora_message.log
tail -500f /var/log/pandora_error.log
Look a the Pandora-box logs files
tail -500f /var/log/pandora-box.log