Hi Erik,

Good point. One way to get around this is to write your own
server logs. Add some code to the top of your index.cfm to
create a fake log in the same format as your real logs, but
instead of the filename, put your fully-quailified fuseaction.
The following code should do the trick. (You might need to
debug, as I haven't tested it.)

<cfset request.now = Now()>
<cfset logEntry = "#cgi.remote_host# #cgi.remote_user# #cgi.auth_user# GET
/#listChangeDelims(attributes.fuseaction, '.', '/')#
#DateFormat(request.now, "YYYY-MM-DD")# #TimeFormat(request.now,
"HH:MM:SS")#">
<cffile action="APPEND" file="/logs/fusebox.log" output="#logEntry#"
addnewline="Yes">

Patrick



> -----Original Message-----
> From: Erik Voldengen [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 02, 2001 3:13 PM
> To: Fusebox
> Subject: RE: Nesting circuits: I just don't get it! :(
>
>
> Hey fellas.  I'm sure this has already been brought up, but I
> can't find it.
>
> In my previous job, our clients used webtrends and livestats to look
> at visitor statistics.  And while fusebox is horrible for showing
> individual fuseaction hits in stats applications, it's great for
> showing visitation to circuit applications.
>
> That was fine with the clients, because they could see that vistor A
> was in /PRODUCTS for 12 minutes, 2000 visitors hit /COMMUNITY/FORUM
> on X day, etc.
>
> But if we go with this nested architecture, then all stats will reflect
> one and only one page being hit, one zillion times a day.  Is that
> right?  This forces me (and probably some other people out there) to
> re-address the issue of statistics.  I don't think having them pay me
> for a stats module in the backend is the best solution, especially
> when they like 3d graphs and such from canned stats applications.
>
> So I'll be the 1000th person to ask - what is Hal et all doing to
> accomodate this issue?
>
> -Erik


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to