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.
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
.