Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Winston support to the logger #821

Closed
1 task done
unflxw opened this issue Jan 5, 2023 · 2 comments · Fixed by #823 or #826
Closed
1 task done

Add Winston support to the logger #821

unflxw opened this issue Jan 5, 2023 · 2 comments · Fixed by #823 or #826

Comments

@unflxw
Copy link
Contributor

unflxw commented Jan 5, 2023

It should be possible to turn an AppSignal logger (from the Logging API beta) into a Winston transport. Something like:

const winstonLogger = winston.createLogger({
    transports: [
        Appsignal.logger("groupname").winstonTransport()
    ]
})

User-requested; Intercom link (internal)

TO-DO:

  • Create documentation page -- PR
@unflxw unflxw self-assigned this Jan 5, 2023
@backlog-helper
Copy link

backlog-helper bot commented Jan 5, 2023

✔️ All good!

New issue guide | Backlog management | Rules | Feedback

@unflxw
Copy link
Contributor Author

unflxw commented Jan 5, 2023

Closed by mistake (see #823) -- reopened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant