OpenWaterFoundation / owf-app-dev-ng

Open Water Foundation Angular application to develop common libraries
0 stars 1 forks source link

Developer mode - as alternative to debug #64

Open smalers opened 2 years ago

smalers commented 2 years ago

Josh and I discussed the issue of how to use logging messages without overwhelming the console. Adding URL query parameter options is one way. I have also implemented developer mode for some applications, in which case messages specific to a developer are printed but are not printed in a production system. For example, add ?developer=true or ?developerMode=true.