" /> Log Expire - Genesys CTI User Forum

Author Topic: Log Expire  (Read 2666 times)

Offline PFCCWA

  • Hero Member
  • *****
  • Posts: 655
  • Karma: -7
Log Expire
« on: February 25, 2014, 12:49:17 PM »
Advertisement
Hello,

We want to keep genesys logs for longer periods but dont want to use host disk space as this could be saturated quite fast.
What would be the recommended way to do this?

Ideally we want to keep logs at verbose=all for the last 7 days, maybe for a month.
We want to avoid sending large amounts of data through the network in case it affects other operations.
I was thinking of copying to a SQL DB or dedicated host but would that mean it would impact network?  The all options in the apps currently is set to a local drive ie D:/logs/genesysapp but if we set up dedicated host would i need \\loghost\d$\logs\genesysapp?

thanks.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Log Expire
« Reply #1 on: February 25, 2014, 01:07:41 PM »
Logs for all Genesys components or for specific components like a T-Server, URS, IXN and similiar "critical" components? All depends on network and all env architecture (LAN bandwidth and architecture, HW, used OS, traffic, etc.). In general we are using rsync on Linux server to sync all required logs to the central store. If the Linux platform is not possible, just compress log file (greatly reduce size) and copy to the dedicated server (for example through Perl script). IMHO - writting log records to the database is a bad way.

Offline Grand_Master

  • Jr. Member
  • **
  • Posts: 76
  • Karma: 0
Re: Log Expire
« Reply #2 on: February 26, 2014, 04:24:53 AM »
Log File Management Tool might also do the job.