Closed AsaYao closed 5 years ago
Have you set the log level?
The default level is warn
, so log.warn('hello')
should work, but log.info('hello')
won't appear, unless you call log.setLevel('info')
(or below) first.
Closing for inactivity, but do let me know if you're still having issues.
i follow the instructions but why my log is not print in my Chrome