Use __CALLER__
this switches the logging macros to use the __CALLER__
macro instead of a module attribute to retrieve the name of the module invoking the log call. this also adds a warning
macro to match the change in elixir's Logger api
ECDSA and ECDSA_SK SSH keys are no longer accepted. Use ED25519 or ED25519_SK instead. Or RSA, I guess. I dunno, I might disable that too, as a bit.
this switches the logging macros to use the __CALLER__
macro instead of a module attribute to retrieve the name of the module invoking the log call. this also adds a warning
macro to match the change in elixir's Logger api