Closed sdball closed 8 years ago
try setting :host like this: host: '127.0.0.1'
Also, did you put :syslog in your applications
function in mix.exs
?
Steve
Aha! I had a couple things wrong.
"build"
as a hostname did not work, but 'build'
does. Thanks!
With syslog integrated and configured my application fails to boot. It looks like the error response from init is not playing nicely with Logger:
In init it looks like an error is returned unless there is a registered process called
:user
but I don't see any code that would make it or docs detailing what it's expected to be.My configuration is: