Git Product home page Git Product logo

Comments (5)

kostya avatar kostya commented on July 24, 2024

Hi, there is notification levels:
https://github.com/kostya/eye/blob/master/lib/eye/process/notify.rb#L3
by default its :warn. may be your case not just happens.

For more logging you also can switch logger to debug (something like this):

Eye.config do
  mail domain: 'mailer.xxx.org', host: 'mailer.xxx.org', port: 25, from_mail: '[email protected]', from_name: 'Eye'
  contact :dev, :mail, '[email protected]'
  logger "/tmp/1.log"
  logger_level Logger::DEBUG
end

Eye.application 'app' do
  notify :dev, :info

  process :process do
  end
end

not need to write notify everywhere, because all options by default inherited.

from eye.

phungleson avatar phungleson commented on July 24, 2024

Thanks @kostya I also configured similar to your suggestion with level but still cannot get any emails.

I tested by kill -9 process, the process did restart but still no emails triggered, I cannot even see this line in eye log.

https://github.com/kostya/eye/blob/master/lib/eye/notify.rb#L58

Anywhere should I look into?

from eye.

kostya avatar kostya commented on July 24, 2024

hm hard to say. mail notify works fine for me.
did you use notify :dev, :info?

seems needed to add more debug messages (from https://github.com/kostya/eye/blob/master/lib/eye/process/notify.rb#L10). you can try it with examples/ folder locally.

from eye.

kostya avatar kostya commented on July 24, 2024

you can also ensure that your config correct
by explain, should include :settings, :contacts, :mail keys, and process should have :notify key
and by eye x -c

from eye.

phungleson avatar phungleson commented on July 24, 2024

Thanks @kostya for the logger_level Logger::DEBUG hint, I figured out that my server is not connected to mailer correctly.

from eye.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.