Migration custom logger
Hey there, I'm want to run migration as part of my CI/CD, and would have liked the output of the
migrate
function to be passed to my custom logger function. is it something that is supported/planned?
if not - i'd suggest adding two logging options infoLogger
and errorLogger
both of type (msg: string) => void
thx1 Reply
I Saw somebody else was running migrations in CI/CD but he had a different problem. Since the migrations are traditionally run locally during development, I don't think this is something Drizzle-kit accounted for
This is the thread I'm refering to https://discord.com/channels/1043890932593987624/1143945888834789517/1143992792222285834