Re: epmd logging with ubuntu rsyslogd
黃耀賢 (Yau-Hsien Huang) <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAGD83h3h-5CZgpEbcBhmcg8ZjMwGtD=DQ_Gu_uhw6ZokMyafTg@mail.gmail.com> |
Hi, rsyslogd is a logging service. When you just put a configuration line into its .conf file and restarted the service, you won't get logs of epmd instantly. You may want to start one or two erlang nodes and try to ping by net_adm:ping/1, and you will get logs collected. /yauhsien On Sun, Mar 6, 2016 at 4:05 PM Khitai Pang <[email protected]> wrote: > Hi, > > I'm using erlang on Ubuntu 14.04.4 LTS (Trusty Tahr), which has rsyslog > instead of syslog. I created "/etc/rsyslog.d/70-epmd.conf" with the > following content: > > !epmd > *.*<TABs>/var/log/epmd.log > > restarted rsylogd, but epmd logging didn't work, and /var/log/epmd.log > wasn't even created. > > How to get epmd logging working with Ubuntu rsyslogd? > > > Thanks > Khitai > _______________________________________________ > erlang-questions mailing list > [email protected] > http://erlang.org/mailman/listinfo/erlang-questions > -- Best Regards. --- Y-H. H.