chubbymaggie / synoptic

Automatically exported from code.google.com/p/synoptic
0 stars 0 forks source link

Add sys env parameters to control logging in the server code #223

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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