Coder-Spirit / Jupyter-PHP

A PHP Kernel for Jupyter
MIT License
221 stars 33 forks source link

Send logs to stdout by default #10

Closed yuvipanda closed 8 years ago

yuvipanda commented 8 years ago

This is what all the other kernels seem to be doing. Could have options that redirect it to a file, but sending it by default also helps in log capture when running on the cloud (see also http://12factor.net/) which is useful for installs like paws.wmflabs.org (where I'm hoping to get this installed!)

castarco commented 8 years ago

Hi @yuvipanda , can you confirm that all logs from other kernels are sent to stdout? Is it possible that some logs are being sent to stderr?

yuvipanda commented 8 years ago

Good point - I think they're actually going to stderr by default, not stdout. Not going to a file though!

On Tue, Apr 5, 2016 at 2:36 PM, Andreu Correa Casablanca < notifications@github.com> wrote:

Hi @yuvipanda https://github.com/yuvipanda , can you confirm that all logs from other kernels are sent to stdout? Is it possible that some logs are being sent to stderr?

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/Litipk/Jupyter-PHP/issues/10#issuecomment-205994260

Yuvi Panda T http://yuvi.in/blog

castarco commented 8 years ago

Done.

yuvipanda commented 8 years ago

Thanks!

On Wed, Apr 6, 2016 at 2:43 PM, Andreu Correa Casablanca < notifications@github.com> wrote:

Done.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/Litipk/Jupyter-PHP/issues/10#issuecomment-206584050

Yuvi Panda T http://yuvi.in/blog