Replace console.log with log. See inside for details.
Tests check for console.log in random files so we make sure we clean them up. It uses a white list to ignore certain files that need to console.log. I found a cool log in /server/src/bots/wikipedia/log.ts move this to /server/helpers then replace all areas of console.log with it and kill all the whitelist.
- Replace console.log with log
- Remove whitelist for console.log in testing except the log file
Now we can use log for needed logs and console.log in dev.