rlm_sql/drivers/rlm_sql_mysql/sql_mysql.c
6 Oct
2010
6 Oct
'10
5:04 a.m.
function: static int sql_check_error(int error) Why radlog uses "L_DBG", instead of "L_ERR"? For this moment, radiusd doesn't show any usefull information, if some sql_query fails, but server was started without "-x". I think, it would be better to use L_ERR in this function. Isn't it?
6 Oct
6 Oct
10:37 a.m.
Konstantin Chekushin wrote:
function: static int sql_check_error(int error)
Why radlog uses "L_DBG", instead of "L_ERR"? For this moment, radiusd doesn't show any usefull information, if some sql_query fails, but server was started without "-x". I think, it would be better to use L_ERR in this function. Isn't it?
The rlm_sql module already logs when connections go down. Logging more messages isn't useful. Alan DeKok.
5754
Age (days ago)
5754
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alan DeKok -
Konstantin Chekushin