Open
Description
Is your idea related to a problem? Please describe.
Currently the Wildbook javascript code is using console.log or similar for logging purposes, and it may be worth investigating a more robust solution. These console usages are currently being flagged by eslint as warnings.
Describe the solution you'd like
Other logging libraries include Winston, Pino, etc.
Describe alternatives you've considered
There is not necessarily anything wrong with using console.log, though it is the rudimentary option. If we choose to stick with console.log in the future we should update the eslint config to disable the rule flagging existing logs.
Additional context
Update to logging suggested by @TanyaStere42 while investigating #867