Open alanbuxey opened 7 years ago
In v3 and v4 it has a log_prefix
(see src/main/connection.c). It is usually set to rlm_foo, i.e. the instance name.
The issue here is that log_prefix
isn't being used in the INFO
log messages.
As always, patches are welcome...
I'll look at this tomorrow. There's macros that mean you don't double prefix log messages with the module name, but for some reason they're not working for the REQUEST == NULL invocations.
any update on this one Arran?
Issue type
See here for debugging instructions and how to obtain backtraces.
NOTE: PATCHES GO IN PULL REQUESTS. IF YOU SUBMIT A DIFF HERE, THE DEVELOPMENT TEAM WILL HUNT YOU DOWN AND BEAT YOU OVER THE HEAD WITH YOUR OWN KEYBOARD.
Defect/Feature description
How to reproduce issue
current pool/connection output is mixed. sometimes there is the module name involved, sometimes not eg
would be good if all pool-using modules printed their IDs in those outputs - so admins can easily see which module is unable to make its connections.. oh, and "Need 1 more connections" is annoying to see - "Need 1 more connection" :)