14807: Use context to pass a suitable logger to all service commands.
[arvados.git] / sdk / go / arvados / config.go
index 9586d3d8a0839635ebbff0c936ec4dc7402361ad..c2154d0f29cd1dbb6decad7962036dd9073bd24e 100644 (file)
@@ -66,6 +66,12 @@ type Cluster struct {
        RemoteClusters     map[string]RemoteCluster
        PostgreSQL         PostgreSQL
        RequestLimits      RequestLimits
+       Logging            Logging
+}
+
+type Logging struct {
+       Level  string
+       Format string
 }
 
 type PostgreSQL struct {