Issues with Logging config being ignored in FMS 3.5
I recently upgraded our FMS server from 3.0 to 3.5. I was using a custom logging format so that we could process the streaming logs using awstats. I backed up, uninstalled, and installed 3.5. I ported over the configs for the server by manually going through the old files and new files and updating where necessary.
Here is an excerpt from my Logger.xml:
<FileName>access.[NN].log</FileName>
.....<Schedule type="daily">02:00</Schedule>
<!-- Max number of log files to keep, files will be named access.01.log, -->
<!-- access.02.log, access.03.log etc. -->
<History>30</History>
.....<Events>play;stop</Events>
.....
<Fields>c-ip;date;time;x-sname;x-status;c-proto;sc-bytes</Fields>
However, when I look at the log file, first it is named:
8 -rw-rw---- 1 nobody nobody 6318 Dec 31 15:19 access.2009123000.log
4 -rw-rw---- 1 nobody nobody 1694 Jan 1 23:53 access.2009123100.log
4 -rw-rw---- 1 nobody nobody 988 Jan 2 00:08 access.2010010100.log
which isn't the format I specified...and it isn't rotating when I specified, and:
session connect-pending 2010-01-01 23:53:56 100 xxx.xxx.xxx.xxx 3073 3073 normal - - - - - -
it isn't logging what I told it to.
I'm fairly new to FMS administration, so not sure what is up.
Everything is streaming correctly (we only use it to stream videos at this time), and I've restarted it twice since the installation. Once after I modified the config, and then late last week when I got the proper key installed. So it should be using the correct configuration.
I went through the recent release notes for the .1, .2, and .3 releases, but saw no mention of the Logging issue I've mentioned here. I will consider upgrading again though if that will solve the problem.
Any insights anyone has would be useful.
Thanks
