breuerfelix / jinsta

javascript + instagram + algorithms
MIT License
60 stars 13 forks source link

logger #50

Closed dpereira411 closed 4 years ago

dpereira411 commented 4 years ago

do we have access to the logger? I'm implementing a wrapper around the bot and would like to use the same logger

breuerfelix commented 4 years ago

you can find the logger in core/logging

its a winston logger so just google for winston nodejs there are plenty of ways on how to add transports for this :)