Closed liu0fanyi closed 7 years ago
At this point, you only send the logs to Meteor, but when the server logger part receives the logs, it has no sender to do anything with them, so it just discards them. You also need to configure a ServerLogger instance, probably with the Mongo sender to store them in the logs, or the Syslog sender to send them tou your syslog server.
@FGM Thank you for response , I will have a try
No more comment in over one month, assuming fixed.
I try to follow these:
constructs a ClientLogger instance, passing it the strategy instance, like:
adds processor instances to the logger instance, like:
is now able to log events, like:
steps
meteor npm install filog --save
meteor add http
add up codes in client/main.js
and
I can't find log anywhere...