Results 1 to 2 of 2

Thread: how to change logs location

  1. #1
    Join Date
    Nov 2009
    Posts
    14

    Default how to change logs location

    Wowza server access logs, error logs are stored on [install dir] by default. How do I change it to another drive, say E:\logs?

    I tried to modify the following line in log4j.properties.

    log4j.appender.serverAccess.DatePattern='.'yyyy-MM-dd
    log4j.appender.serverAccess.File=
    ${com.wowza.wms.ConfigHome}/logs/wowzamediaserver_access.log

    I have changed the last line to
    log4j.appender.serverAccess.File=E:\logs\wowzamedi aserver_access.log

    It didn't work. Anyone has any suggestions?

    Thanks

  2. #2
    Join Date
    Dec 2007
    Posts
    25,640

    Default

    It should work. But try forward slashes "/"

    Code:
    log4j.appender.serverAccess.File=E:/logs/wowzamediaserver_access.log
    Richard

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •