X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/df9e166a5ffc4aa79658bec1a5d552a3b413f0d8..e3a1bf022cbc081cf7c7ebb441dc1ab1df200f98:/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