Hi,
I am facing some issues with VDDK logging. We are calling VixDiskLib_InitEx, passing callback funtions for panic/warn/errorlogs.
What i observe is that, there are some of the messages that VDDK throws on console (stdout), but these messages do not get logged by using these callback functions. These messages have some important information and i want to capture them in logs.
I have also tried using config file as last parameter to InitEx call, but that doesn't help either.
My question is, Is there anyway to get those messages thrown to stdout in the logs ?
Tia