<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with logging</title>
      <link>http://ask.metafilter.com/tags/logging</link>
      <description>Questions tagged with 'logging' at Ask MetaFilter.</description>
	  <pubDate>Mon, 20 Jul 2009 10:15:01 -0800</pubDate> <lastBuildDate>Mon, 20 Jul 2009 10:15:01 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Best Practices in Sustainable Forest Management</title>
	<link>http://ask.metafilter.com/127895/Best%2DPractices%2Din%2DSustainable%2DForest%2DManagement</link>	
	<description>I am looking for information related to &lt;a href=&quot;http://en.wikipedia.org/wiki/Sustainable_forestry&quot;&gt;sustainable forestry management&lt;/a&gt;. I have recently secured a consultancy in Central America for developing a business plan related to the industry.  While my client has provided useful information, I am also looking for external resources on the subject. I am researching best practices, value-added services, international markets, and technologies for streamlining operations.  The client has recently received a land concession of Caribbean pine which is divided into 30 plots, one of which is available each year for harvest.  After 30 years the process is repeated, having given the forest enough time to biologically rebound.  Hence, sustainability is achieved and the impact of logging is restricted to a relatively small area.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.127895</guid>
	<pubDate>Mon, 20 Jul 2009 10:15:01 -0800</pubDate>
	<category>forest</category>
	<category>forestmanagement</category>
	<category>forestry</category>
	<category>forestrymanagement</category>
	<category>logging</category>
	<category>management</category>
	<category>sustainable</category>
	<category>timber</category>
	<dc:creator>53B3L1U5</dc:creator>
	</item>
	<item>
	<title>How do we spy on my wife?</title>
	<link>http://ask.metafilter.com/121570/How%2Ddo%2Dwe%2Dspy%2Don%2Dmy%2Dwife</link>	
	<description>Suggest a program (or programs) that can help me track what is happening on a PC A couple of times now my wife has &apos;faded out&apos; while in front of the PC. The last time it happened she swore that she had spent 3 hours reading the BBC website, but her browser history said she&apos;d never been there - instead she&apos;d been off wandering the internet looking at Star Trek sites.&lt;br&gt;
&lt;br&gt;
It&apos;s not the first time it&apos;s happened, and it&apos;s got us both worried.&lt;br&gt;
&lt;br&gt;
Can anyone out there suggest a program that we can install on her PC that will keep a log of what programs she has running? Ideally it would be good if it could also keep track of which program has focus and what web pages have been visited.&lt;br&gt;
&lt;br&gt;
She&apos;s been aware of it when it has happened, so the program only needs to keep logs for 24 hours or so.&lt;br&gt;
&lt;br&gt;
&lt;small&gt;[I know this sounds creepy, but I promise you that this question is being asked with my wife&apos;s permission and logs will only be accessed with her permission.]&lt;/small&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.121570</guid>
	<pubDate>Fri, 08 May 2009 04:39:49 -0800</pubDate>
	<category>logging</category>
	<category>monitor</category>
	<category>pc</category>
	<category>watch</category>
	<dc:creator>twine42</dc:creator>
	</item>
	<item>
	<title>Logging https logins?</title>
	<link>http://ask.metafilter.com/117886/Logging%2Dhttps%2Dlogins</link>	
	<description>Logging username logins on our web server? Our current student information system (hosted on site) does not natively log user logins for administrators to see.  However, we would like to do so for various reasons.&lt;br&gt;
Through logging IIS (MS Server 2003) activity or some other hackery, is there any way to do so?  The log on page is done over https.&lt;br&gt;
&lt;br&gt;
We&apos;re not looking to log actual activity- only that person x logged on at time z.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.117886</guid>
	<pubDate>Fri, 27 Mar 2009 09:37:24 -0800</pubDate>
	<category>iis</category>
	<category>logging</category>
	<category>logs</category>
	<category>username</category>
	<dc:creator>jmd82</dc:creator>
	</item>
	<item>
	<title>I has a pain in my linux logging daemon</title>
	<link>http://ask.metafilter.com/109146/I%2Dhas%2Da%2Dpain%2Din%2Dmy%2Dlinux%2Dlogging%2Ddaemon</link>	
	<description>Calling all *nix sysadmins in the hive mind ... a bunch of Unix and Linux logging/syslog/syslog-ng questions inside. Here&apos;s the setup. Syslog-ng 1.6+ on a bunch of SuSE 10.3 and 11.0 / BSD / RHEL 4.x machines set up to stream via tcp to a central machine. Central machine is, at the moment, set up to accept anything coming from machine X into /var/log/central/(machine name)/(facility)-(tag).log unless it matches another rule (for instance, auth and authpriv facilities get combined into one log with a different name.) &lt;br&gt;
&lt;br&gt;
There&apos;s several questions blobbed in here with a lot of technical details. All of this is being done to meet requirements handed to us by auditors. &lt;br&gt;
&lt;br&gt;
The first of those audit requirements is to log when a user accesses a resource by authenticating correctly, and to log when an attempted access is made at both the system, application engine (i.e. apache, mysql, tomcat) and application (i.e. the php, java code) levels. This is completely under control for system level accesses; apache is another matter since we use mod_auth_mysql heavily, but I&apos;m working on that. (And as far as I can tell, it&apos;s not even possible with MySQL.) Any suggestions?&lt;br&gt;
&lt;br&gt;
The second issue is with logs like php application logs (which are just appended to a file) mysql-error.log, mysql-slow.log, apache access logs, etc -- none of that even goes &lt;i&gt;through&lt;/i&gt; syslog in the first place (with the notable exception of apache error logs, which can go to local7:info), so to get it into syslog as a transport layer I have a bunch of lazy man&apos;s daemons ... really, shell scripts running a &quot;&lt;code&gt;tail -f | /bin/logger.sh -t (sourcename) &amp;amp;&lt;/code&gt;&quot; ... obviously a messy proposition that could cause system load to spiral out of control. Syslog-ng can &quot;follow&quot; a named pipe (which is pretty much what logger.sh does -- route any input to syslog-ng through the pre-existing named pipe), but cannot follow a file that&apos;s appended to. The pipe through logger.sh is required because I need to tag the log entry with the source so that we know where it came from. &lt;br&gt;
&lt;br&gt;
On one of our systems, which runs a couple of applications plus nagios, I have about ten of these damned things running. With this setup, I dread getting an app hammered on that system because I can see the load average shooting through the stratosphere as all those nice slow shell scripts joust for I/O. &lt;br&gt;
&lt;br&gt;
Now, why syslog? Why not just rotate the logs? Well, part of it&apos;s for security. I work for a big U. One of the obvious plusses of logging to a remote write-forward-only machine is that you give a cracker TWO systems that they have to remove traces of their nefarious work on. That means that updates to system logs need to be streamed &apos;live&apos; over the network, not cached on the local machine and then FTP&apos;d over at night when logrotate runs. I swear that these auditors were hired by Catbert. &lt;br&gt;
&lt;br&gt;
I can&apos;t be the only one with the requirement to reinvent the wheel here. There&apos;s gotta be a better solution. Right? Oh, god, please tell me I&apos;m right! &lt;br&gt;
&lt;br&gt;
Seriously, any suggestions on how to meet this would be appreciated. Other than just &quot;it&apos;s gotta be built out of somewhat stock distributed tools&quot; (In other words, no, I don&apos;t want to implement an entirely custom logging solution, I can buy one that will be just as tough to maintain) I don&apos;t have any constraints or requirements -- disk space, CPU usage, network bandwidth, etc. are all pretty much moot. I just really don&apos;t want to have to reinvent the wheel and it feels like I am... which to me usually a huge sign that &quot;ur doin&apos; it wrong.&quot;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.109146</guid>
	<pubDate>Sat, 13 Dec 2008 15:58:56 -0800</pubDate>
	<category>audit</category>
	<category>auditing</category>
	<category>logging</category>
	<category>syslog</category>
	<dc:creator>SpecialK</dc:creator>
	</item>
	<item>
	<title>Help me log my work day...</title>
	<link>http://ask.metafilter.com/107640/Help%2Dme%2Dlog%2Dmy%2Dwork%2Dday</link>	
	<description>Can you help me log my work day? I am suffering from very serious time management issues and want to try and log what I&apos;m doing to keep track of my time. &lt;br&gt;
&lt;br&gt;
Now i tried the quicklog script from Lifehacker for a while, but really I don&apos;t want to have to constantly call this thing up and log what I am doing. I&apos;ve also tried the free software RescueTime software, but that really seems like overkill - I spend too long just unscrambling the huge amount of data it collects.&lt;br&gt;
&lt;br&gt;
What I would like is some software that I could set up to pop up on my screen every hour and let me log what I have been doing that hour. That would serve to divide my day into hour long chunks for logging purposes AND more importantly remind me that I&apos;ve been wasting my time for the last hour and get my ass in gear.&lt;br&gt;
&lt;br&gt;
So, my question is, does this fantasy software exist, and if so where can I find it.&lt;br&gt;
&lt;br&gt;
Thanks in advance</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.107640</guid>
	<pubDate>Mon, 24 Nov 2008 16:26:27 -0800</pubDate>
	<category>logging</category>
	<category>productivity</category>
	<category>software</category>
	<dc:creator>inbetweener</dc:creator>
	</item>
	<item>
	<title>Good iPhone workout log application?</title>
	<link>http://ask.metafilter.com/104140/Good%2DiPhone%2Dworkout%2Dlog%2Dapplication</link>	
	<description>Good iPhone workout log application? I am trying to find an iPhone application that would let me keep track of my workouts, preferably as I am doing them, and there&apos;s just too many in the store to make sense of. I&apos;d like to be able to:&lt;br&gt;
&lt;br&gt;
- Create custom workouts (weightlifting and cardio)&lt;br&gt;
- Keep track of my weight&lt;br&gt;
- Sync and backup to my computer / online service&lt;br&gt;
&lt;br&gt;
I am fine with purchasing an app, so it doesn&apos;t have to be one of the free ones. If anyone has had any personal experiences with any of the apps and can recommend anything, it would be much appreciated!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.104140</guid>
	<pubDate>Mon, 13 Oct 2008 13:40:09 -0800</pubDate>
	<category>apps</category>
	<category>iphone</category>
	<category>log</category>
	<category>logging</category>
	<category>software</category>
	<category>tracking</category>
	<category>workingout</category>
	<category>workout</category>
	<dc:creator>jagalt</dc:creator>
	</item>
	<item>
	<title>Cycle GPS logger</title>
	<link>http://ask.metafilter.com/93767/Cycle%2DGPS%2Dlogger</link>	
	<description>Best GPS data logger for (1) monitoring cycle commute and (2) local mapping So I&apos;ve started commuting by bike to work again, but this time it&apos;s a bit further than I&apos;ve done before - ~12 miles each way - so I want to start logging my speed etc.  Rather than getting a speedometer, I&apos;m thinking of getting a GPS logger which can record my position and then I can look at my stats.  I&apos;d also love to be able to play around with local mapping using GPS - the sort of thing they do on openstreetmap.org.  I&apos;m wondering what sort of hardware would be best for this.  One limitation; whatever I get has to be linux-friendly, I guess ideally it would act as a USB mass-storage device, or write the data to an SD card in an easy-to-read format.  &lt;br&gt;
&lt;br&gt;
&lt;br&gt;
There seem to be plenty of cheap GPS loggers around (e.g. &lt;a href=&quot;http://www.easydevices.co.uk/pp/GPS_Receivers/GPS_Tracker/GLOBALSAT_DG100_GPS_DATA_LOGGER.html&quot;&gt; here &lt;/a&gt;), but there are also units designed specifically for cycling (e.g. &lt;a href=&quot;http://www.edinburghbicycle.com/ebwPNLqrymode.a4p?f_ProductID=6405&amp;f_FullProductVersion=1&amp;f_SupersetQRY=C170&amp;f_SortOrderID=1&amp;f_bct=c003154c003132c003191&quot;&gt;here&lt;/a&gt;).  The cycle-specific units would obviously be nicer to use on the bike, since they&apos;d show my speed in real time, but would they also be suitable for GPS mapping?  Any suggestions for specific makes/models?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.93767</guid>
	<pubDate>Wed, 11 Jun 2008 02:18:35 -0800</pubDate>
	<category>bike</category>
	<category>commute</category>
	<category>cycling</category>
	<category>data</category>
	<category>GPS</category>
	<category>logging</category>
	<category>mapping</category>
	<dc:creator>primer_dimer</dc:creator>
	</item>
	<item>
	<title>How can I import a 46GB database into MSSQL without ending up with a 46GB transaction log?</title>
	<link>http://ask.metafilter.com/92709/How%2Dcan%2DI%2Dimport%2Da%2D46GB%2Ddatabase%2Dinto%2DMSSQL%2Dwithout%2Dending%2Dup%2Dwith%2Da%2D46GB%2Dtransaction%2Dlog</link>	
	<description>I need to import a database into MS SQL but I do not want to end up with a transaction log as large as the database. What&apos;s the best way to do the import? We&apos;re working with a software vendor to migrate their database into MS SQL. They set up an ODBC connection to their database and then use Enterprise Manager Data Transformation Services (DTS) packages to copy the tables into an MS SQL database.&lt;br&gt;
&lt;br&gt;
However, at the end of their test pass we had a 46GB database file and a 46GB transaction log.&lt;br&gt;
&lt;br&gt;
What&apos;s the best way to do this without creating such a giant log?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.92709</guid>
	<pubDate>Thu, 29 May 2008 12:13:57 -0800</pubDate>
	<category>database</category>
	<category>databases</category>
	<category>dba</category>
	<category>import</category>
	<category>logging</category>
	<category>mssql</category>
	<category>relational</category>
	<category>sql</category>
	<category>transaction</category>
	<category>transactions</category>
	<dc:creator>odinsdream</dc:creator>
	</item>
	<item>
	<title>Connect Landline to PC?</title>
	<link>http://ask.metafilter.com/90792/Connect%2DLandline%2Dto%2DPC</link>	
	<description>Is there a way I can connect a 4 line RCA 4 Line Executive Series phone to my PC to automatically log incoming and outgoing calls to measure phone productivity?  Also if it came with an autodialer that would be great.  The phone has a data port so I&apos;m thinking I can connect to it some how.  Thanks for the help!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.90792</guid>
	<pubDate>Wed, 07 May 2008 11:23:23 -0800</pubDate>
	<category>landline</category>
	<category>logging</category>
	<category>phone</category>
	<dc:creator>bsexton</dc:creator>
	</item>
	<item>
	<title>Bandwidth monitoring per IP device?</title>
	<link>http://ask.metafilter.com/77820/Bandwidth%2Dmonitoring%2Dper%2DIP%2Ddevice</link>	
	<description>Bandwidth monitoring per IP device? I&apos;m looking for a way to monitor bandwidth on a wireless LAN. I need to be able to see how much bandwidth any particular device on the LAN is using at any given time. This can be shown by IP address or MAC address.&lt;br&gt;
&lt;br&gt;
Ideally, it would break down like...&lt;br&gt;
&lt;br&gt;
192.168.1.a is using 654kbit&lt;br&gt;
192.168.1.b is using 322kbit&lt;br&gt;
192.168.1.c is using 12kbit&lt;br&gt;
192.168.1.d is using 0kbit&lt;br&gt;
&lt;br&gt;
How could I accomplish this? Would the router need any special features/logging/etc?&lt;br&gt;
&lt;br&gt;
Bear in mind that most devices on the network will not be able to run an SNMP client.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.77820</guid>
	<pubDate>Tue, 04 Dec 2007 14:39:48 -0800</pubDate>
	<category>bandwidth</category>
	<category>logging</category>
	<category>monitoring</category>
	<category>network</category>
	<dc:creator>doomtop</dc:creator>
	</item>
	<item>
	<title>Splunking files on Windows boxes</title>
	<link>http://ask.metafilter.com/74441/Splunking%2Dfiles%2Don%2DWindows%2Dboxes</link>	
	<description>Getting Splunk running on Solaris 5.8, with log files on Windows boxes. So I&apos;ve installed Splunk on a Solaris 5.8 box, and now I need to get some data into it. We have a large amount of Windows servers, among other things, with Tomcat logs that I&apos;d love to get into Splunk. People currently remote desktop onto the servers and peruse the logs in Notepad.... ugh!&lt;br&gt;
&lt;br&gt;
How best to do this?&lt;br&gt;
&lt;br&gt;
It seems that the most obvious way is to mount the Windows drives using SaMBa so Splunk considers them to be locally hosted files (albeit from another server).&lt;br&gt;
&lt;br&gt;
Any other way? The less painful, the better.&lt;br&gt;
&lt;br&gt;
Let&apos;s assume disk space and network bandwidth aren&apos;t an issue. I&apos;m just new to Splunk and not too sure of my options. I did RTFM but can&apos;t see much specifically about this. I&apos;m sure it&apos;s there, somewhere painfully obvious.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.74441</guid>
	<pubDate>Tue, 23 Oct 2007 06:04:21 -0800</pubDate>
	<category>data</category>
	<category>logging</category>
	<category>samba</category>
	<category>search</category>
	<category>smb</category>
	<category>solaris</category>
	<category>splunk</category>
	<category>tomcat</category>
	<category>windows</category>
	<dc:creator>ajp</dc:creator>
	</item>
	<item>
	<title>User auditing in Windows Server 2003?</title>
	<link>http://ask.metafilter.com/71702/User%2Dauditing%2Din%2DWindows%2DServer%2D2003</link>	
	<description>Is there a way (or 3rd party application) to have Windows Server 2003 keep track of the number of logins in a computer lab? I work in a high school and manage 4 computer labs. Currently we have a workstation in each lab running filemaker pro that drop-in students sign in on before they sit down at a computer. In the middle of each year we can output the numbers and graph them and do all sorts of things to analyze the lab usage. This mostly works but many students fall through the cracks plus it&apos;s also a hassle on our parts and the students to constantly remind students to sign in. It&apos;s inefficient.&lt;br&gt;
&lt;br&gt;
We are using Windows Server 2003 and I was wondering if anybody knows a way to keep logs of the logins in the labs that we can easily output and then drop into graphs to analyze the usage of the labs. I&apos;m not sure if user auditing would help us here becuase we aren&apos;t really interested in the details so much as the numbers over (specific) time (i.e. a month or two or the entire year).&lt;br&gt;
&lt;br&gt;
Does anybody know if Server 2003 can do this or if there is a 3rd party application that does this.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.71702</guid>
	<pubDate>Sun, 16 Sep 2007 20:15:47 -0800</pubDate>
	<category>computerlab</category>
	<category>computers</category>
	<category>logging</category>
	<category>userauditing</category>
	<category>Windowsserver2003</category>
	<dc:creator>crios</dc:creator>
	</item>
	<item>
	<title>Cheap Temperature Logging</title>
	<link>http://ask.metafilter.com/65885/Cheap%2DTemperature%2DLogging</link>	
	<description>How can I do cheap temperature logging?  Is Arduino a good choice? I want to log temperatures unattended.  It&apos;s in my yard on a periodic basis, so it doesn&apos;t need to be waterproof or anything, but I don&apos;t have a laptop (and the location isn&apos;t close to a window in the computer room) so I can&apos;t log right to the computer.&lt;br&gt;
&lt;br&gt;
Temperature loggers seem to be pretty expensive and are single-purpose.  Then I thought of the Arduino.  For just $35 I can get a general purpose, reusable microcontroller, stick a thermistor on there and I&apos;m done.  &lt;br&gt;
&lt;br&gt;
Except the idea of the Arduino is that it just passes the data back to the computer, it doesn&apos;t store it there.  But there seems to be some storage space (in the &quot;EEPROM&quot;) for about 512 bytes that I guess stays there even when it turns off.  I wouldn&apos;t expect the temperatures to get above 255C (or the thermistor to read them if it does), so I think I can just stash one reading per byte once every N minutes for 512*N minutes of logging.&lt;br&gt;
&lt;br&gt;
I&apos;m more or less a n00b at electronics, but I do have some basic experience, tools and parts.  The Arduino tutorials don&apos;t address this exact application, but there are several similar ones so I don&apos;t think it would be too technically hard.&lt;br&gt;
&lt;br&gt;
Is there a cheaper solution out there?  (I&apos;m giving the general purposeness and reusability of the Arduino about a 15-20% bonus, so a specialized device would probably have to cost less than $28 or so to be worth switching to, assuming they both work about equally well.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.65885</guid>
	<pubDate>Fri, 29 Jun 2007 05:55:41 -0800</pubDate>
	<category>electronics</category>
	<category>logging</category>
	<category>temperature</category>
	<dc:creator>DU</dc:creator>
	</item>
	<item>
	<title>How to disable apache logging?</title>
	<link>http://ask.metafilter.com/48805/How%2Dto%2Ddisable%2Dapache%2Dlogging</link>	
	<description>How do you disable access logging in Apache2? And yes, I did first RTFM. It&apos;s inaccurate. &lt;br&gt;
&lt;br&gt;
The manual says to merely comment out the CustomLog directive. Unforutnately, this results in the logging defaulting to standard access logging. What&apos;s the actual best practice to completely disable access logging on an apache 2 server? Version 2.0. 52 on Redhat.&lt;br&gt;
&lt;br&gt;
(This is for a high load server, and we&apos;re using an external logging system...)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.48805</guid>
	<pubDate>Tue, 17 Oct 2006 13:21:42 -0800</pubDate>
	<category>apache</category>
	<category>logging</category>
	<dc:creator>SpecialK</dc:creator>
	</item>
	<item>
	<title>Please help me find a phone logging app</title>
	<link>http://ask.metafilter.com/47842/Please%2Dhelp%2Dme%2Dfind%2Da%2Dphone%2Dlogging%2Dapp</link>	
	<description>Can anyone please suggest a hosted or downloadable app that would allow me to log phone calls simply and quickly? I have been using CRM systems from Microsoft, SalesForce, and Zoho for quite sometime.  I am looking for something much simpler.  Something that would allow me to create call recipients quickly and simply click on their name and write, &quot;called, left message&quot; and click save.  Being able to set call status (i.e completed, started, waiting) is also important.  I would want to be able to click the name and see a running history of phone calls with that person, and to be able to schedule future calls with alarms.  Can anyone suggest something along these lines?&lt;br&gt;
&lt;br&gt;
Thanks</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.47842</guid>
	<pubDate>Tue, 03 Oct 2006 16:44:28 -0800</pubDate>
	<category>logging</category>
	<category>phone</category>
	<dc:creator>Ezrie</dc:creator>
	</item>
	<item>
	<title>GPS logger with big memory?</title>
	<link>http://ask.metafilter.com/47319/GPS%2Dlogger%2Dwith%2Dbig%2Dmemory</link>	
	<description>GPS with extremely large memory? I&apos;m looking for something pretty much exactly like the &lt;a href=&quot;http://www.sonystyle.com/is-bin/INTERSHOP.enfinity/eCS/Store/en/-/USD/SY_DisplayProductInformation-Start?ProductSKU=GPSCS1&quot;&gt;Sony GPS-CS1&lt;/a&gt; (reviewed &lt;a href=&quot;http://scilib.typepad.com/science_library_pad/2006/09/my_review_of_th.html&quot;&gt;here&lt;/a&gt; )... but that will allow me to download the data to a Mac when I&apos;m done. (Though the GPS-CS1 mounts as a regular drive on a PC, it won&apos;t on a Mac...) 
Basically, I want something that will log to its internal memory for a &lt;i&gt;very long time&lt;/i&gt; - I&apos;m talking at least a few days - and then let me download that data. Time resolution doesn&apos;t have to be great - even only once a minute would be fine.&lt;br&gt;
&lt;br&gt;
Discussed but not really answered &lt;a href=&quot;http://ask.metafilter.com/mefi/45074&quot;&gt;here&lt;/a&gt;. I do &lt;b&gt;not&lt;/b&gt; want to have to download my track religiously every day. Every couple days, maybe.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.47319</guid>
	<pubDate>Tue, 26 Sep 2006 08:29:42 -0800</pubDate>
	<category>geotagging</category>
	<category>gps</category>
	<category>logger</category>
	<category>logging</category>
	<category>metadata</category>
	<dc:creator>dmd</dc:creator>
	</item>
	<item>
	<title>OSX app to log phone calls w/ datestamp from my stock G4 modem?</title>
	<link>http://ask.metafilter.com/31523/OSX%2Dapp%2Dto%2Dlog%2Dphone%2Dcalls%2Dw%2Ddatestamp%2Dfrom%2Dmy%2Dstock%2DG4%2Dmodem</link>	
	<description>I need an OSX app that will make use of my G4s internal modem to receive caller ID information and log the time of the call. Using a standard G4 modem (which I don&apos;t believe is a &apos;voice&apos; modem, but I could be wrong), is there a way to record who calls came from and when they happened? Bonus points for recording the duration of a call. Super-mega-bonus points if it can integrate into a billing/invoicing system. Cheaper is better. &lt;a href=&quot;http://www.everymac.com/systems/apple/powermac_g4/stats/powermac_g4_450_dp.html&quot;&gt;Here&apos;s my rig&lt;/a&gt;.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.31523</guid>
	<pubDate>Thu, 26 Jan 2006 07:26:01 -0800</pubDate>
	<category>billing</category>
	<category>CallerID</category>
	<category>invoice</category>
	<category>logging</category>
	<category>Mac</category>
	<category>OSX</category>
	<category>phone</category>
	<dc:creator>Wild_Eep</dc:creator>
	</item>
	<item>
	<title>Website stats</title>
	<link>http://ask.metafilter.com/17116/Website%2Dstats</link>	
	<description>I need a free, easy-to-install program to analyze server logs. The info is there already, tucked away in the www_logs directory, but the host-provided analysis page (&quot;analog reports&quot;) is too cluttered and ugly for my client.  I tried installing awstats but it wanted me to mess with apache settings, etc, and all I really want is a script that&apos;ll go into the logs directory and make everything easy-to-read.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.17116</guid>
	<pubDate>Mon, 04 Apr 2005 15:16:06 -0800</pubDate>
	<category>analysis</category>
	<category>computers</category>
	<category>internet</category>
	<category>logging</category>
	<category>programming</category>
	<category>serverlogs</category>
	<category>site</category>
	<category>webdesign</category>
	<category>website</category>
	<dc:creator>Tlogmer</dc:creator>
	</item>
	
	</channel>
</rss>

