update README

This commit is contained in:
HF 2020-04-30 09:43:50 +02:00
parent 95bfcae964
commit d92bd4f2d4

View File

@ -163,7 +163,7 @@ ALTER TABLE Users CONVERT TO CHARACTER SET utf8mb4 COLLATE 'utf8mb4_unicode_ci';
``` ```
### Logging ### 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 pm2 log web
@ -175,6 +175,8 @@ you can flush the logs with
pm2 log flush pm2 log flush
``` ```
Pixel placing logs are in `./pixels.log`and proxycheck logs in `./proxies.log` in the directory where you start pixelplaent.
### Stopping ### Stopping
``` ```
pm2 stop web pm2 stop web