KaymeKaydex / go-vshard-router

go vshard-router implementation for tarantool
MIT License
21 stars 3 forks source link

Logging: pass logger to go-tarantool #79

Closed nurzhan-saktaganov closed 1 month ago

nurzhan-saktaganov commented 2 months ago

go-tarantool writes logs by default to stderr. Stderr might be not available, or user might use syslog or logging into file. So we should implement logging interface and redirect go-tarantool logs to the user's logger.