You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that using the Adonis Logger facility is not working inside of tasks.
const Logger = use('Logger')
Logger.info('log') // Does not print to console
@ntvsx193 I noticed that you set up logging so that you can do this.info('log'). What was the motivation for this? Is it possible to have both this.info and Logger.info work?
I haven't had time to dig into it yet but I'll try and take a look this weekend.
The text was updated successfully, but these errors were encountered:
It seems that using the Adonis Logger facility is not working inside of tasks.
@ntvsx193 I noticed that you set up logging so that you can do
this.info('log')
. What was the motivation for this? Is it possible to have boththis.info
andLogger.info
work?I haven't had time to dig into it yet but I'll try and take a look this weekend.
The text was updated successfully, but these errors were encountered: