Browse Source

Merge pull request #17 from jeai2600hz/master

Changing log location for 2600hz-platform.log logs
3.17
x974 11 years ago
parent
commit
9569aa3d40
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      system/logrotate.d/2600hz-platform.conf
  2. +1
    -1
      system/rsyslog.d/90-2600hzPlatform.conf

+ 1
- 1
system/logrotate.d/2600hz-platform.conf View File

@ -1,4 +1,4 @@
/var/log/2600hz-platform.log {
/var/log/kazoo/2600hz-platform.log {
daily
missingok
notifempty


+ 1
- 1
system/rsyslog.d/90-2600hzPlatform.conf View File

@ -1,2 +1,2 @@
local0.* /var/log/2600hz-platform.log
local0.* /var/log/kazoo/2600hz-platform.log
& ~

Loading…
Cancel
Save