Ask questions. Get answers. Find technical product solutions from passionate experts in the NXLog community.
windows log rotation file from application
JenaHalo created
Hi,
I am using nxlog first time and I need to send out application logs from windows OS.
But there is new log every day with date time .... . Will be enought use this:
Module im_file
File "D:\Logs\AppLogs\*.log"
SavePos TRUE
ReadFromLast TRUE
PollInterval 1
Exec $Message = $raw_event; $SyslogFacilityValue = 22;
thank you
JenaHalo created