csrl
csrl
Thanks for looking. I assumed it was a good time to introduce this change since the recent "Fix OTP 24 build" commit removed otp 19/20/21 targets from travis. Should those...
Would it work for you if the PR was changed to use a configuration parameter for picking 'logger' vs 'lager'? And would it be ok if lager was still removed...
I was thinking as an config field, for example: ```erlang {erlcass, [{log_facility, }, {log_level, 3}, {cluster_options, [...]}]} ```
To be clear - that approach would require making erlcass_log.erl a named process and update the minimal use of ERROR/INFO_MSG macros in erlcass.erl to send the log messages to erlcass_log.
Hi @silviucpp , what do you think of this PR? It would be useful for us. Is there a change that you want done?
@pimterry any chance you can provide an up to date fork of the repo that people can reference until @ahmadnassri provides npm access for you to maintain the package? That...
Hi @pimterry , thank you for the response. What brought me here are the dependencies that have security vulnerabilities. So a maintained fork that has up to date dependencies would...
Feel free to squash all of those commits into a single commit when pulling.
Hi Serge, Thanks for looking over the code base. 1. If an unknown message is delivered to the mailbox of the gen_server, it is a bug somewhere in the system....
Serge, Thanks for taking the time to work through this. I understand your points on OTP gen_server handling system messages. My original implementation queued requests and replied to caller when...