From d92bd4f2d4fef169027f152760c2dc2665639e4e Mon Sep 17 00:00:00 2001 From: HF Date: Thu, 30 Apr 2020 09:43:50 +0200 Subject: [PATCH] update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8a3c8d8..db9535a1 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ ALTER TABLE Users CONVERT TO CHARACTER SET utf8mb4 COLLATE 'utf8mb4_unicode_ci'; ``` ### Logging -logs are in ~/pm2/log/, you can view them with +General logs are in `~/pm2/log/`, you can view them with ``` pm2 log web @@ -175,6 +175,8 @@ you can flush the logs with pm2 log flush ``` +Pixel placing logs are in `./pixels.log`and proxycheck logs in `./proxies.log` in the directory where you start pixelplaent. + ### Stopping ``` pm2 stop web