From afb1f9731ede1d051487acbc1363146e98742d8a Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Sun, 19 Feb 2023 15:24:58 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61f38e8..3a3a9df 100644 --- a/README.md +++ b/README.md @@ -56,11 +56,14 @@ Result should contains Test submit a file to Panra with command line - poetry run pandora --url http://127.0.0.1:6100 -f + poetry run pandora --url http://127.0.0.1:6100 -f <> -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 From 6b612017a1439d387cf3cfa6367d1403aaaf52bd Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Sun, 19 Feb 2023 15:25:46 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a3a9df..3f80881 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ 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 <>