Need a connection to Syslog server one time

Hey all !
In my app I need a connection to a Syslog server. It’s work perfectly ! Practically, when I need to log something I connect to the server and I log.
Now, I want this connection to the server, do it one time( in server launching )!
There is a way ? :slight_smile:

Put it into your server’s Meteor.startup().

1 Like