Git Product home page Git Product logo

Comments (4)

ioquatix avatar ioquatix commented on May 21, 2024

Thanks for the report.

I'm not completely sure I understand the problem.

I'm running a demo app in Heroku and the logs come out just fine:

screen shot 2018-10-25 at 9 10 00 am

So, I don't believe logging goes to STDOUT but goes to STDERR:

https://github.com/socketry/async/blob/master/lib/async/logger.rb#L42

Do you mind showing me how you are starting falcon (do you include --verbose) and do you mind showing me the log output window on Heroku after running some requests?

from falcon.

sudhirj avatar sudhirj commented on May 21, 2024

screenshot 2018-10-25 at 9 32 01 pm

Here's what I mean - only the Heroku router logs are shown when the requests are made, but when I restart and SIGTERM is sent, all the logs are dumped.

This is the Rails 5.2.1 with the RAILS_LOG_TO_STDOUT=enabled, with the default production.rb settings.

if ENV["RAILS_LOG_TO_STDOUT"].present?
    logger           = ActiveSupport::Logger.new(STDOUT)
    logger.formatter = config.log_formatter
    config.logger    = ActiveSupport::TaggedLogging.new(logger)
end

from falcon.

sudhirj avatar sudhirj commented on May 21, 2024

Not using verbose mode, start command is web: bundle exec falcon serve --port $PORT --bind http://0.0.0.0

from falcon.

ioquatix avatar ioquatix commented on May 21, 2024

I just deployed the latest version of falcon and https://github.com/socketry/utopia-falcon-heroku to Heroku and the logging is certainly happening in real time as I make individual requests.

I took a look at rails_12factor and see that it pulls in the following code:

https://github.com/heroku/rails_stdout_logging/blob/master/lib/rails_stdout_logging/rails.rb#L2-L4

It seems to me that it's likely to stop ::Logger from working correctly. I'd say the issue here is not with Falcon (which uses ::Logger) and with rails_stdout_logging which is breaking ::Logger.

from falcon.

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.