Start implementing a logger
This commit is contained in:
		@@ -192,8 +192,8 @@ func (e *EnvironmentsServer) Get(ctx context.Context, in *proto.GetOptions) (*pr
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (e *EnvironmentsServer) List(in *proto.ListOptions, stream proto.Environments_ListServer) error {
 | 
			
		||||
	log := e.logInstance
 | 
			
		||||
	log.WithValues("user_id", in.GetOwnerId().GetUuid())
 | 
			
		||||
	logInstance := e.logInstance
 | 
			
		||||
	log := logInstance.WithValues("user_id", in.GetOwnerId().GetUuid())
 | 
			
		||||
	ctx := logr.NewContext(stream.Context(), log)
 | 
			
		||||
 | 
			
		||||
	environment := &controllers.Environemnt{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user