Re: [Freeswitch-users] Where FreeSWITCH writes some files

2008-12-15 Thread Andy Spitzer
Woof! On Mon, 15 Dec 2008 13:16:32 -0500, Raymond Chandler wrote: > if freeswitch.history isn't a log, what is it? seems to me taht it's a > log of what commands you've run recently... it's definitely NOT a > database Actually, I the readline/history library uses it to determine the comman

Re: [Freeswitch-users] Where FreeSWITCH writes some files

2008-12-15 Thread Raymond Chandler
> I think you misunderstand. > > It's these files: >freeswitch.history >freeswitch.pid >freeswitch.xml.fsxml > > That I feel would be better off in the db folder. They are not logs, and > should not be rotated. > > if freeswitch.history isn't a log, what is it? seems to me taht

Re: [Freeswitch-users] Where FreeSWITCH writes some files

2008-12-15 Thread Andy Spitzer
Woof! On Mon, 15 Dec 2008 11:56:53 -0500, Brian West wrote: > I can't figure out why the log file would need to be in the db folder... I think you misunderstand. It's these files: freeswitch.history freeswitch.pid freeswitch.xml.fsxml That I feel would be better off in the db folder.

Re: [Freeswitch-users] Where FreeSWITCH writes some files

2008-12-15 Thread Brian West
I can't figure out why the log file would need to be in the db folder... /b On Dec 9, 2008, at 10:45 AM, Andy Spitzer wrote: > Woof! > > It appears that FreeSWITCH writes > > freeswitch.history > freeswitch.log > freeswitch.pid > freeswitch.xml.fsxml > > to the -log directory. > > Is the

Re: [Freeswitch-users] Where FreeSWITCH writes some files

2008-12-15 Thread Andy Spitzer
Woof! On Sat, 13 Dec 2008 18:52:59 -0500, Michael Collins wrote: > All you'd have to do is modify the logfile.conf.xml file and pick a new path > for your freeswitch.log file... I agree. I had discovered this option and considered it as a workaround. Then I also found that mod_xml_rpc was a

Re: [Freeswitch-users] Where FreeSWITCH writes some files

2008-12-13 Thread Michael Collins
Another option for you, ironically, is to have the freeswitch.log file plus the other log files that are not freeswitch's, to go into a third directory that is uniquely set up for this purpose. That way it wouldn't be disruptive to move a bunch of files from log to db. All you'd have to do is modif

[Freeswitch-users] Where FreeSWITCH writes some files

2008-12-09 Thread Andy Spitzer
Woof! It appears that FreeSWITCH writes freeswitch.history freeswitch.log freeswitch.pid freeswitch.xml.fsxml to the -log directory. Is there a way to put the files other than freeswitch.log into the -db directory instead? In my environment we archive and rotate everything in t