[ARVADOS] created: 037ee894b89df08f855e08b701f20944ec17dcf7

git at public.curoverse.com git at public.curoverse.com
Fri Jan 3 14:01:11 EST 2014


        at  037ee894b89df08f855e08b701f20944ec17dcf7 (commit)


commit 037ee894b89df08f855e08b701f20944ec17dcf7
Author: Tim Pierce <twp at curoverse.com>
Date:   Thu Jan 2 19:02:35 2014 -0500

    Documentation for `Log'.

diff --git a/doc/api/schema/Log.textile b/doc/api/schema/Log.textile
index b6d1b07..4ad810e 100644
--- a/doc/api/schema/Log.textile
+++ b/doc/api/schema/Log.textile
@@ -8,7 +8,7 @@ navorder: 14
 
 h1. Log
 
-A **Log** represents...
+**Log** objects record events that occur in an Arvados cluster. Both user-written pipelines and the Arvados system itself may generate Log events.
 
 h2. Methods
 
@@ -18,13 +18,11 @@ API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/log@
 
 h2. Creation
 
-h3. Prerequisites
+Any user may create Log entries for any event they find useful. User-generated Logs have no intrinsic meaning to other users or to the Arvados system itself; it is up to each user to choose appropriate log event types and summaries for their project.
 
-Prerequisites for creating a Log.
+h3. System Logs
 
-h3. Side effects
-
-Side effects of creating a Log.
+At the time of this writing, the Arvados system uses Logs only to record interactive user shell logins (event type @LOGIN@).
 
 h2. Resources
 
@@ -35,7 +33,7 @@ table(table table-bordered table-condensed).
 |object_kind|string|||
 |object_uuid|string|||
 |event_at|datetime|||
-|event_type|string|||
+|event_type|string|A user-defined category or type for this event.|@LOGIN@|
 |summary|text|||
 |info|Hash|||
 |updated_at|datetime|||

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list