Files
buildx/commands
Sergei Khomenkov cecd8e9570 commands: fix debug flag in standalone mode
The -D/--debug flag was not enabling debug logging in standalone mode.

Root cause: debug.Enable() was called before dockerCli.Initialize(),
but Initialize() calls SetLogLevel("") which resets logrus level to
Info, and since options.Debug was false, it wasn't re-enabled.

Fix: Pass opt.debug to options.Debug before Initialize() so it
properly enables debug level after SetLogLevel().

Signed-off-by: Sergei Khomenkov <sergey@homenkow.ru>
2025-12-07 13:52:15 +02:00
..
2025-09-11 14:41:22 +01:00
2025-09-22 10:10:20 -07:00
2025-09-09 22:07:37 +02:00
2025-05-13 20:44:57 +02:00