Hi, Don`t you plan to extend linelog this way: If filename is '', linelog will write message to standard radius log file (radiusd.conf section log.file). Also if i run radiusd with -X, linelog will write message to standard output. For me it will be helpful in this case: I want to send access accept for all cases (correct login, incorrect login, wrong password). In case of correct login, i will send access accept with Context-Name = internet. In rest cases, i will send access accept with Context-Name = wrong. In this case user is able to go just at html page with information: Pleases verify your name or password. But i loose possibility to say: login was correct or incorrect or bad password (based on radius.log, because all rows will be Login OK) OR Maybe there is another solution in this case. Thank you.