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

Oversize messages are causing a silent failure of the application #59

Open
MarcoVigna17 opened this issue Feb 21, 2020 · 0 comments
Open

Comments

@MarcoVigna17
Copy link

Basically, what the title says...

In my application I'm using

    "winston": "^3.2.1",
    "winston-transport": "^4.3.0"

and I noticed that logging messages bigger than the UDP max allowed size (65535 bytes) causes an error that won't be reported, but that makes my application silently fails.

Looking on the web, I found this PR for winston-syslog that is describing (and fixing) the same problem: winstonjs/winston-syslog#123

Just wondering, how it's possible to fix the same thing in winston-transport?

Or is it possible to use winston-transport along with winston-syslog without refactoring m application?

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

No branches or pull requests

1 participant