usnistgov / SpectrumBrowser

ITL
12 stars 11 forks source link

At some point, do we want to hide the logging messages window on the client for non-admin users? #133

Closed jkubNTIA closed 9 years ago

jkubNTIA commented 9 years ago

I am filing this so that we remember to think about it when we deploy the production server.

I like the logging messages window on the client for testing, but for production we should probably hide it for non-admin users.

ranganathanm commented 9 years ago

In order to do this you need to simply use

ant demo

when compiling.

This will supress the loging window and compile for multiple targets.