sj26 / mailcatcher

Catches mail and serves it through a dream.
http://mailcatcher.me
MIT License
6.3k stars 575 forks source link

Issue with Displaying Logs in MailCatcher #555

Closed naoto-ysd closed 2 months ago

naoto-ysd commented 8 months ago

I'm currently experiencing an issue with MailCatcher where I am unable to view logs when running it in the foreground. I have tried the mailcatcher --foreground command, but no logs are being displayed in the console.

Environment:

Operating System: MacOS 14.2.1 Ruby version: 3.3.0 MailCatcher version: 0.9.0

Ensured that MailCatcher is not already running in the background. Checked that MailCatcher is properly installed and the environment settings are correct. Attempted to run mailcatcher --foreground with no additional parameters. Tried using different ports for SMTP and HTTP. Despite these efforts, the console shows no output from MailCatcher. There are no error messages or logs appearing, which makes it difficult to diagnose any issues.

Could you please provide any insights or suggestions on what might be causing this issue and how to resolve it? Is there a way to increase the log verbosity that I might be missing?

CharlesPlantePulsar commented 5 months ago

Same problem here did you found a solution ?

sj26 commented 4 months ago

Can you please try again with the latest version?

gem install mailcatcher -v 0.10.0
mailcatcher --foreground
CharlesPlantePulsar commented 2 months ago

Can you please try again with the latest version?

gem install mailcatcher -v 0.10.0
mailcatcher --foreground

I confirm that version update fixed it Thank you !