So I am using lager for logging and trying to achieve a particular scenario here
Currently we have single lager sink for our erlang project which has multiple apps and now we want per-app lager sink, but we don't want to break the logs into multiple files also. Is this achievable? Can two lager sinks log into same file for example (same debug.log for all app sinks) and if yes are there any limitations to it?