netatalk icon indicating copy to clipboard operation
netatalk copied to clipboard

[2.4] Refactor megatron code to use the libatalk logger

Open rdmark opened this issue 1 year ago • 1 comments

The megatron code uses a long-obsoleted DEBUG macro scheme where DEBUG is assigned an integer value 1 - 5 to signify log level. The current DEBUG macro scheme is a boolean.

I'm looking to get rid of the DEBUG macro altogether, so I want to either:

  • Remove this debug logging
  • or, use the libatalk logger library for debug logging

rdmark avatar Dec 24 '23 13:12 rdmark

megatron was removed from 3.x / main a while ago. The code is still alive in the 2.x branches. Some testing to make sure that these tools still work is needed.

rdmark avatar Dec 27 '23 23:12 rdmark

Discarding this for now. The megatron code is ancient and probably not working as intended anymore.

rdmark avatar Jun 21 '24 06:06 rdmark