Re: [RADIATOR] DEBUG logging oddities

2016-02-18 Thread Karl Gaissmaier
Hi, no official solution or ACK for this problem til now :-( Currently I use the following homebrew workaround to get debug messages with trace level 4 in private log clauses: # Gimmick to trick &main::willLog # has an unnecessary processing component, I know, but ... Trace

Re: [RADIATOR] DEBUG logging oddities

2016-02-18 Thread Heikki Vatiainen
On 18.2.2016 12.40, Karl Gaissmaier wrote: > no official solution or ACK for this problem til now :-( Huh, almost a week already. I have no official solution, but I can tell what we have been up to recently. The virtualisation work we have done has brought up similar requirements as what you de

Re: [RADIATOR] DEBUG logging oddities

2016-02-18 Thread Karl Gaissmaier
Hi Heikki, Am 18.02.2016 um 12:37 schrieb Heikki Vatiainen: > On 18.2.2016 12.40, Karl Gaissmaier wrote: > >> no official solution or ACK for this problem til now :-( > > Huh, almost a week already. I have no official solution, but I can tell > what we have been up to recently. The virtualisation

[RADIATOR] Reading from multiple SQL tables

2016-02-18 Thread Gabe Carmichael
Good morning, I have two tables that I am trying to read from as I have two different clients talking to my radiator box. I can get it to read from the first Authby SQL but not the second. I have my AuthbyPolicy as ContinueUntilReject. Please let me know if I have something goofed as I have not ha

Re: [RADIATOR] Reading from multiple SQL tables

2016-02-18 Thread Hugh Irvine
Hi Gabe - Please send me a copy of your configuration file (not copied to the mailing list) and I will take a look. I’m guessing you probably want “ContinueUntilAccept”, but give me a bit more detail about what you are trying to accomplish. regards Hugh > On 19 Feb 2016, at 06:54, Gabe Car