We've started to add logging code to the GWT server components -- e.g., to log
DB access. However, this logging code may need to be tuned in deployment-- we
may want to turn it off, or instead make it more verbose.
We need to pass logging parameters to the GWT server via the standard sys env
interface we've been using in the AppConfiguration class. Two immediate
parameters that come to mind -- verbosity level, and output log filename.
Original issue reported on code.google.com by bestchai on 23 Feb 2012 at 4:06
Original issue reported on code.google.com by
bestchai
on 23 Feb 2012 at 4:06