X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/efb77a42a055f7081a1ff1e2fa712089be71dcc0..6a59d473c1574eec4db1f83b5d1a963b4f976e5a:/sdk/go/logger/logger.go diff --git a/sdk/go/logger/logger.go b/sdk/go/logger/logger.go index ce18e90ecf..a989afcf26 100644 --- a/sdk/go/logger/logger.go +++ b/sdk/go/logger/logger.go @@ -14,8 +14,11 @@ // entry map[string]interface{}) { // // Modifiy properties and entry however you want // // properties is a shortcut for entry["properties"].(map[string]interface{}) -// // properties can take any values you want to give it, -// // entry will only take the fields listed at http://doc.arvados.org/api/schema/Log.html +// // properties can take any (valid) values you want to give it, +// // entry will only take the fields listed at +// // http://doc.arvados.org/api/schema/Log.html +// // Valid values for properties are anything that can be json +// // encoded (i.e. will not error if you call json.Marshal() on it. // }) package logger