I have been using Oracle JET for past one month. I have used 'console.log' in the 'view model js' files for debugging purpose. It was easy from Chrome's console window which allowed me to backtrack from log to source file. But when I started using 'oj.Logger', all the logs are taking me to 'ojcore.js'. Hence it is difficult to identify the JS file having that particular line.
Please share if anyone knows solution for this.