soumyadityac / youtube-viewer

🤖 A view bot for Youtube.
417 stars 186 forks source link

working #15

Open ffilipenoronha opened 4 years ago

ffilipenoronha commented 4 years ago

Hello, how to i know that its working? i mean i have this returno when i run:

ytview_4 | [10:37:56 PM] - SUCCESS Tor Config written successfully. ytview_4 | [10:37:56 PM] - INFO Starting TOR. ytview_1 | [10:37:56 PM] - SUCCESS Started TOR successfully ytview_4 | [10:37:56 PM] - WARN Failed to stop TOR. Usually this is a no op but ensure the subsequent attempts are using different IPs. ytview_4 | [10:37:56 PM] - DEBUG Error: Error: Command failed: pkill -9 -f "tor" ytview_4 | ytview_4 | [10:37:56 PM] - SUCCESS Started TOR successfully

but i cannot see processor usage o memory registered.

soumyadityac commented 4 years ago

The logs should be pretty much self explanatory for what the bot is upto. If you are looking for more detailed debug logs, you may toggle -

ENV YOUTUBE_VIEWER_FORCE_DEBUG false

to true in the Dockerfile, and rebuild the image.

Resources such as CPU/Memory usage is not being logged currently, we can consider that for future iterations.