-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed logging format, removed unnecessary quotation #79
Conversation
bd6ba98
to
f27ea34
Compare
@@ -170,13 +170,12 @@ handle_call(_Call, _From, State) -> | |||
%% @hidden | |||
handle_info({?IDLE_TIMEOUT_MSG, TimerRef}, State = #state{timer = Timer, id = Id, mod = Mod}) | |||
when Timer#timer.idle_timeout_ref == TimerRef -> | |||
?LOG_WARNING_reason(Mod, Id, "Hello handler with callback module '~p' and service id '~p' is going to stop due to idle timeout.", | |||
[Mod, Id], {error, idle_timeout}, ?LOGID27), | |||
?LOG_WARNING_reason(Mod, Id, "~p : stopping due to idle timeout", [Mod], {error, idle_timeout}, ?LOGID27), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is "going to stop" and "stopping" here really the same?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
👍 |
I ran into some trouble here with the dependency resolution of hex. See elixir-lang/elixir#3872. It seems the lager package has a flaw in the dependency specification. That's also the reason for the failing tests. |
666a324
to
ce199a2
Compare
#80 fixed the goldrush dependency issue. |
698154f
to
30c472f
Compare
30c472f
to
4364c64
Compare
fixed logging format, removed unnecessary quotation
relevant stuff for systemd's journal:
https://gist.github.com/GalaxyGorilla/added61676fc9620ae97