Python icon indicating copy to clipboard operation
Python copied to clipboard

Python default logging isn't being output to the console

Open kenny-evitt opened this issue 9 years ago • 0 comments

This covers LightTable/LightTable#712. The original comment [bold added by me for the relevant portions]:

Couple things on python's console output:

  • I get a lot of "execing" "execed" and "evaling" when running python scripts that belong to LT and not my script (I assume they were part of your debugging output).
  • The second point is logging. The logging output is not being shown on the LT console (unless I write to the logger on the same file).

Essentially, the output from evaling the code inside LT compared to doing "python foo.py" is very different and most importantly, it's missing all the debugging output from my own code.

kenny-evitt avatar Dec 06 '15 23:12 kenny-evitt