Git Product home page Git Product logo

pino-socket-reconnect's Introduction

Pino

Simple reproduction case where data are not sent if the TCP server wasn't available when the logger initialized.

Install

$ npm i

Open a terminal, and execute the following command:

$ node index.js

You should see a bunch of error messages:

connect ECONNREFUSED 127.0.0.1:13370connect ECONNREFUSED 127.0.0.1:13370connect ECONNREFUSED 127.0.0.1:13370connect ECONNREFUSED 127.0.0.1:13370{"level":30,"time":1657290983798,"pid":57075,"hostname":"xb64","count":1,"msg":"Keep alive!"}

That's expected because the server isn't up and running. Now, open a new terminal and start the TCP server using:

$ node server.js

As you can see, connect ECONNREFUSED 127.0.0.1:13370 does not show anymore but the server does not receive any data!

If you start the server first then it's working. It's also working if you restart the server as long as the server was up and running when the logger was initialized.

pino-socket-reconnect's People

Contributors

ggrossetie avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.