go.mercari.io/datastore@v1.8.2/dsmiddleware/dslog/doc.go (about) 1 /* 2 Package dslog catches the data flowing in the RPC and outputs it to the log. 3 It is mainly used for testing datastore package. 4 I think it's a bit too noisy to use in production environments ;) 5 */ 6 package dslog // import "go.mercari.io/datastore/dsmiddleware/dslog"