Missing log Output() error handling 47/9147/1
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Fri, 30 Sep 2022 10:20:01 +0000 (13:20 +0300)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Fri, 30 Sep 2022 10:20:01 +0000 (13:20 +0300)
commitab9bc50b0eca87e61023b3bac11b50cd39fc77dd
tree5a08d21ea0fd506130a63e0889ba0234141d24d2
parentd14c9d8bc5ed846c4b9f05af739eb9fba1978737
Missing log Output() error handling

Replace log package Output() function usage with Printf() function,
which do not return error status and hence suites better for SDL logger
module use case.

Issue-Id: RIC-942

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: I0f0e0e654d87f8da3f074e52a0ae25fef8d76159
internal/sdlgoredis/logger.go