Github user elbrujohalcon commented on a diff in the pull request:

    https://github.com/apache/couchdb-config/pull/4#discussion_r32767875
  
    --- Diff: src/config.erl ---
    @@ -208,7 +208,7 @@ handle_call(all, _From, Config) ->
         {reply, Resp, Config};
     handle_call({set, Sec, Key, Val, Persist, Reason}, _From, Config) ->
         true = ets:insert(?MODULE, {{Sec, Key}, Val}),
    -    couch_log:notice("~p: [~s] ~s set to ~s for reason ~p",
    +    error_logger:info_msg("~p: [~s] ~s set to ~s for reason ~p",
    --- End diff --
    
    @kxepal I can use either `lager` or `couch_log` if `couch_log` is shipped 
as an independent app that I can include in the deps using rebar, but as the 
app was before I started, I had no access to any `couch_log` module, so it 
failed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to