[caldav] strange logging behavior

Sirko Mann <smann@datameer.com> Wed, 20 March 2013 11:03 UTC

Return-Path: <smann@datameer.com>
X-Original-To: caldav@ietfa.amsl.com
Delivered-To: caldav@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8D3E221F8460 for <caldav@ietfa.amsl.com>; Wed, 20 Mar 2013 04:03:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qXVdqlrCq2XC for <caldav@ietfa.amsl.com>; Wed, 20 Mar 2013 04:03:54 -0700 (PDT)
Received: from datameer.com (groupware.datameer.com [IPv6:2a02:238:f002:3::157]) by ietfa.amsl.com (Postfix) with ESMTP id 0678D21F8454 for <caldav@ietf.org>; Wed, 20 Mar 2013 04:03:53 -0700 (PDT)
Received: from admin.datameer.lan (unknown [192.168.178.35]) by datameer.com (Postfix) with ESMTPSA id 511B62A8BA64 for <caldav@ietf.org>; Wed, 20 Mar 2013 12:03:51 +0100 (CET)
From: Sirko Mann <smann@datameer.com>
Mime-Version: 1.0 (Apple Message framework v1283)
Content-Type: multipart/signed; boundary="Apple-Mail=_DE9A0B31-141F-4FF3-BFEA-CFE9ABD17C3B"; protocol="application/pgp-signature"; micalg="pgp-sha1"
Date: Wed, 20 Mar 2013 12:03:51 +0100
In-Reply-To: <8ECCAD49-7D80-415A-B313-CD1D6BA0C09D@datameer.com>
To: caldav@ietf.org
References: <8ECCAD49-7D80-415A-B313-CD1D6BA0C09D@datameer.com>
Message-Id: <8306ED91-33BC-426D-A460-87954E4FA1A2@datameer.com>
X-Mailer: Apple Mail (2.1283)
Subject: [caldav] strange logging behavior
X-BeenThere: caldav@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: <caldav.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/caldav>, <mailto:caldav-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/caldav>
List-Post: <mailto:caldav@ietf.org>
List-Help: <mailto:caldav-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/caldav>, <mailto:caldav-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 20 Mar 2013 11:03:54 -0000

Hi list,

we are on Mac OSX Lion server ( 10.7.4 ) and here is a snippet from our logfile /var/log/caldavd/access.log. We would like to know why first time we get a entry with the correct username, but second time a empty string for the same user? It's a little bit confusing, because we run a wallboard for monitoring the usage on our server and the 'top ten' users, but the empty string is not so nice ;)
I removed the ip address and the UUID, but both has the same values in the original logfile. Is there a way to get this corrected?

127.0.0.1 - username [18/Mar/2013:14:21:47 +0200] "PROPFIND /principals/__uids__/the_UUID_of_the_user/ HTTP/1.1" 207 1366 "-" "Mac OS X/10.8.2 (12C3012) CalendarAgent/55" i=7 t=12.0 or=1 cached=1 xff=xx.xx.xx.xx fwd=xx.xx.xx.xx
127.0.0.1 - - [18/Mar/2013:14:22:21 +0200] "PROPFIND /principals/__uids__/the_same_UUID_as_in_the_entry_before/ HTTP/1.1" 401 141 "-" "Mac OS X/10.8.2 (12C3012) CalendarAgent/55" i=6 t=14.6 or=1 xff=xx.xx.xx.xx fwd=xx.xx.xx.xx

Thanks,
Sirko