Florian Lindner xgm.de> writes:
> But neither the FileHandler nor the StreamHandler produce any actual output.
> The file is being created but stays empty. If I use a print output in the
> while loop it works, so output is catched and the applications stdout in
> working. But why the logger pr
Florian Lindner writes:
> The file is being created but stays empty. If I use a print output in the
> while loop it works, so output is catched and the applications stdout in
> working. But why the logger proclog catching nothing?
I don't see you setting the log level anyplace in that sample, a
Hello,
I have a class method that executes a subprocess. There are two loggers in the
class, self.logger for general logging and proclog for process output (stdout
& stderr) logging which should go to stdout and a file:
def start_process(self, command, no_shlex=False, raise_excpt=True,