From 40ade7717497c8c801be091801def38a5da5b54d Mon Sep 17 00:00:00 2001 From: teddit Date: Fri, 20 Nov 2020 16:28:20 +0100 Subject: [PATCH] info about nohup & logs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2887a78..78d4b76 100644 --- a/README.md +++ b/README.md @@ -127,3 +127,9 @@ Teddit running on https://teddit.net Teddit running on http://teddit.net Successfully obtained a reddit API key. ``` + + +### Other + +* Using nohup for starting and killing node process might be a bit of a hassle, but this project aims to be as minimalistic as possible. If you want to use process managers like [pm2](https://www.npmjs.com/package/pm2) its perfectly fine. +* Teddit doesn't have any fancy logging built in. There's no IP address or even timestamp logging.