When enabling the -torrDebug switch, nothing different was happening.
Digging a bit, I've found that the cfg.Debug service variable, was being set always to false, no matter what was requested via switches.
EDIT: Isn't there any way to speed up compilations (under Docker) if only app code changes? (no deps nor libs).
When enabling the
-torrDebug
switch, nothing different was happening. Digging a bit, I've found that thecfg.Debug
service variable, was being set always tofalse
, no matter what was requested via switches.EDIT: Isn't there any way to speed up compilations (under Docker) if only app code changes? (no deps nor libs).