From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] fossil output suggestion In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 23 Jul 2003 11:27:03 -0400 Topicbox-Message-UUID: 01ac154a-eacc-11e9-9e20-41e7f4b1d025 On Wed Jul 23 11:01:38 EDT 2003, mirtchov@cpsc.ucalgary.ca wrote: > ... > ps: I know fossil doesn't do logging, and thanx to Nemo I have the > information saved using: > > cat /srv/fscons > /sys/log/fossil > > how about a program similar to 'logger' in lunix, which just logs whatever > is piped to it with proper timestamps: > > cat /srv/fscons | logger /sys/log/fossil > > that may be a better solution, no? should I write one? no? :) > ... i had a logging system in one of the pre-cursors to fossil which i was going to add, but lost interest. all our consoles are managed and logged with consolefs + clog. looking in /sys/log/mkfile, the following might work for you: aux/clog /srv/fscons /sys/log/fossil &