I want to write a monitoring application (erlang application). The monitored application and my monitoring application are not both written in erlang and run in the same vm.
Now the log is mixed, and I consider to use disk_log in monitoring application.
My question is that is it possible for both applications use lager and lager output log into different file?