zheng-hao / ga-bitbot

Automatically exported from code.google.com/p/ga-bitbot
GNU General Public License v3.0
0 stars 0 forks source link

Enable logging to log files by default or through the global_config.json #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Various crashes and problems could be more easily identified if ga-bitbot 
logged output of it's components to log files. Currently, various utilities do 
output to stdout/screen various messages when ran directly [as in pypy 
gts.py..], but not when gal.py runs them. It would be great if they stashed 
their output to log files when gal.py starts them.

Thank you =]

Original issue reported on code.google.com by purge...@gmail.com on 25 Feb 2012 at 8:10

GoogleCodeExporter commented 8 years ago
added functionality to capture error logs for all scripts launched by gal.py 
except for report_gen and wc_server. global_config.json contains the error log 
file paths.

Changes are on the code repo, will be included in the next download version 
(0.3)

Original comment by brian.mo...@gmail.com on 26 Feb 2012 at 12:05

GoogleCodeExporter commented 8 years ago

Original comment by brian.mo...@gmail.com on 28 Dec 2012 at 8:35