I would like to see all the logs, but I cannot find them on the “/opt/mattermost/logs/mattermost.log” file.
For example: I use Mattermost on my browser, I send a message, I checked the browser console and I confirmed that the message is being sent; however, there is no log available on the “/opt/mattermost/logs/mattermost.log” file.
I checked the “/var/log/” directory too, I don’t think the log is in the directory.
What, exactly, are you looking for? /opt/mattermost/logs/mattermost.log is for Mattermost server logs, not all logs. In your browser, you can open the Javascript console to see logs related to posts if you’re trying to troubleshoot an issue.
I would like to see all connection logs, like HTTP, WS. Like Apache log shows HTTP logs and record status or any error.
I can see the results on my developer console, but I cannot see what is or is not being received on my server because it seems like they are not being recorded by Mattermost.