Ran into some issue which I could not solve without adding fmt.Println statements to the handler code, in order to figure out where it was failing. Need to check the NewNullLogger hook for log entries and fail/print them if there are any in the test cases.
Ran into some issue which I could not solve without adding
fmt.Printlnstatements to the handler code, in order to figure out where it was failing. Need to check theNewNullLoggerhook for log entries and fail/print them if there are any in the test cases.