Yate Community Forum

General Category => Yate users hangout place => Topic started by: jamie on January 13, 2015, 12:56:21 PM

Title: Can't get EventLog files on Windows platform to work
Post by: jamie on January 13, 2015, 12:56:21 PM

Hi,

Please can you help ?

I'm having some problems getting this to work.

I've edited eventlogs.conf as below, but i just can't get a file.
I've given the folder write permission, but still no file!

Is there anything i'm missing ?

I have noticed there's no .yate module for this in my /modules/ installation foler.

Thank you!



Code: [Select]
[general]
; This section controls the global behavior of the events log module

; logs_dir: string: Base directory for event log files, must be set to enable the module
; The last component of the path will be created if missing
; Example: logs_dir=/var/log/yate-events
logs_dir="C:/logs/yate-events/"


; public_read: bool: Make the log files publically readable
; This setting does not apply to Windows
;public_read=false


[mappings]
; This section maps event sources to file names
; Each line holds a regexp and a filename that can include replacements
; First line that matches writes to file name at right of = and exits
; You must take care to create valid file names

; If this section is missing or empty a default line is added:
; ^[A-Za-z0-9_-]\+ = \0.log
Title: Re: Can't get EventLog files on Windows platform to work
Post by: marian on January 14, 2015, 02:06:42 AM
Seems the eventlogs module is not built and packet for Windows.
You should add a post to Feature requests section.
Title: Re: Can't get EventLog files on Windows platform to work
Post by: jamie on January 19, 2015, 12:54:29 PM

Thanks Marian

I've added a feature request :

http://forum.yate.ro/index.php?topic=397.0 (http://forum.yate.ro/index.php?topic=397.0)