Timestamps & failover


#1 Ted210

Hello

We have the NXLog Enterprise Edition.

  1. How to include milliseconds in Timestamps of NXLog? Eg: yyyy-mm-dd ... ss-mm + 2.00

  2. Reconnecting cable after removing it loses log output.
    How to fix the such failover issue with NXLOG?

Thanks for your attentions.

#2 b0ti Nxlog ✓
#1 Ted210
Hello We have the NXLog Enterprise Edition. How to include milliseconds in Timestamps of NXLog? Eg: yyyy-mm-dd ... ss-mm + 2.00 Reconnecting cable after removing it loses log output. How to fix the such failover issue with NXLOG? Thanks for your attentions.

How to include milliseconds in Timestamps of NXLog?

The NXLog EE supports the DateFormat configuration directive that can help. Otherwise you can convert the timestamp explicitly with strftime().

Reconnecting cable after removing it loses log output.
How to fix the such failover issue with NXLOG?

You'll need to use a transport protocol with acknowledgement. See Reliable network delivery in the user guide.