Logs are not generating

Hi,

If you’re not using Tyk Pro, you don’t need mongodb so removing that is safe in that case.

Tyk sends logs to stderr and stdout and depends on the startup process to redirect those to log files.

Most modern Linux use systemd so logs can be seen with journalctl but can also be redirected to a file using the StandardOutput= and StandardError= options. Documentation here

Cheers,
Pete