Hello,
I'm trying something but doesn't work :s Here is my idea :
In my cfg file i added the following lines : if (is_gflag("10")) xlog("L_INFO", "gflag is 10");
I'm using MI Commands to set gflag to 10 so : $ kamctl fifo set_gflag 10
After that if i look on my log file there is no "gflag is 10" !!
Am i using the module and MI commands in the right way ?
Thanks