Samuel Williams

Results 1421 comments of Samuel Williams

Thanks, that is helpful. Are you using `falcon serve` and sigint?

Also it would be great to add a list of websites using falcon, or have used falcon. If you want to make a PR, including a link to your website,...

I've got a cold so I may be unattentive on this issue for the next week, but hopefully I can pick it up soon. I've just spent some time playing...

It's a good idea. It probably fits in with `falcon host`, which is intended for production, more than `falcon serve` which is intended for development. You'd need to check the...

What problem are you trying to solve? What is a custom logger.

Console logger already does this by default. Just output it to a file (or anything other than a TTY) and it will write JSON. Does that solve your problem? You...

It automatically picks it up you shouldn't need to do anything. Just make sure you are using the latest version.

Here is an example: https://github.com/socketry/falcon/runs/2532727154?check_suite_focus=true#step:5:56 GitHub Actions doesn't present a TTY (lol) so it assumes it's logging to a file and outputs JSON.

> use Google::Cloud::Logging::Middleware in the Rack middleware configuration code In `config.ru`. You can tee the output into a logger using a different output but we don't have any google specific...

Nice work everyone I will take a look when I have time.