Hello,
I downloaded p1_logger from github and build the project in intelliJ. I them copy the app and beam files to the ebin directory for ejabberd. How do I now start this application when ejabberd is started? I am running 15.11 on windows.
Regards,
Will
I think it's ejabberd (or
I think it's ejabberd (or Erlang) who automatically picks the logging application to use, depending on how it was configured before compiling. See this commit for example:
This I know to be true as
This I know to be true as well. But when I use p1_logger (LAGER=false) and load my module in ejabberd I am not seeing my module. My module automatically log an entry in the ejabberd log file when it starts. This is not happening and I am not seeing p1_logger loaded by ejabberd although the app file in the ebin directory.