diff options
author | Ivan Alejandro <ivanalejandro0@yahoo.com.ar> | 2013-07-11 15:03:53 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@yahoo.com.ar> | 2013-07-12 12:12:23 -0300 |
commit | 9bb26c4e4d23c6068ded00fd650e655c59c49534 (patch) | |
tree | 209bb5924152ff6f1c6501f11ef4480acb3b7a9b /changes | |
parent | a64ab88bf440eea1312d87c7087dcae291d3ecd7 (diff) |
Redirect output to the logger. Closes #3134.
Redirects:
- the standard output
- the standard error
- the twisted log output
to the logger.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature_3134-redirect-output-to-logger | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/feature_3134-redirect-output-to-logger b/changes/feature_3134-redirect-output-to-logger new file mode 100644 index 00000000..b397c5bc --- /dev/null +++ b/changes/feature_3134-redirect-output-to-logger @@ -0,0 +1 @@ + o Redirect stdout/stderr and twisted log to the logger. Closes #3134. |