I am having difficulty figuring out how to disable rlm_sql Info level logs from my log file. Currently when I open freeradius.log, I see many, many lines all similar to the log below. How can I disable the logging seen below, or more ideally limit the logging to warnings and above? Tue May 30 04:59:21 2017 : Info: rlm_sql (sql): Closing connection (9): Hit idle_timeout, was idle for 67 seconds Tue May 30 04:59:21 2017 : Info: rlm_sql (sql): Closing connection (2): Hit idle_timeout, was idle for 67 seconds Tue May 30 04:59:21 2017 : Info: rlm_sql (sql): Closing connection (13): Hit idle_timeout, was idle for 67 seconds Tue May 30 04:59:21 2017 : Info: rlm_sql (sql): Need 5 more connections to reach 10 spares Tue May 30 04:59:21 2017 : Info: rlm_sql (sql): Opening additional connection (15), 1 of 59 pending slots used Tue May 30 04:59:39 2017 : Info: rlm_sql (sql): Need 4 more connections to reach 10 spares Tue May 30 04:59:39 2017 : Info: rlm_sql (sql): Opening additional connection (16), 1 of 58 pending slots used Tue May 30 05:00:04 2017 : Info: rlm_sql (sql): Need 3 more connections to reach 10 spares Tue May 30 05:00:04 2017 : Info: rlm_sql (sql): Opening additional connection (17), 1 of 57 pending slots used Tue May 30 05:01:05 2017 : Info: rlm_sql (sql): Closing connection (12): Hit idle_timeout, was idle for 86 seconds Tue May 30 05:01:05 2017 : Info: rlm_sql (sql): Closing connection (1): Hit idle_timeout, was idle for 86 seconds Tue May 30 05:01:05 2017 : Info: rlm_sql (sql): Closing connection (11): Hit idle_timeout, was idle for 61 seconds Tue May 30 05:01:05 2017 : Info: rlm_sql (sql): Closing connection (17): Hit idle_timeout, was idle for 61 seconds Tue May 30 05:01:05 2017 : Info: rlm_sql (sql): Closing connection (3): Hit idle_timeout, was idle for 61 seconds Tue May 30 05:01:05 2017 : Info: rlm_sql (sql): Closing connection (16): Hit idle_timeout, was idle for 61 seconds Tue May 30 05:01:05 2017 : Info: rlm_sql (sql): Closing connection (15): Hit idle_timeout, was idle for 61 seconds Tue May 30 05:01:05 2017 : Info: rlm_sql (sql): Closing connection (8): Hit idle_timeout, was idle for 61 seconds Tue May 30 05:01:05 2017 : Info: rlm_sql (sql): Opening additional connection (18), 1 of 64 pending slots used Tue May 30 05:01:05 2017 : Info: rlm_sql (sql): Need 2 more connections to reach 10 spares Tue May 30 05:01:05 2017 : Info: rlm_sql (sql): Opening additional connection (19), 1 of 63 pending slots used Tue May 30 05:02:18 2017 : Info: rlm_sql (sql): Closing connection (18): Hit idle_timeout, was idle for 73 seconds Tue May 30 05:02:18 2017 : Info: rlm_sql (sql): Closing connection (19): Hit idle_timeout, was idle for 73 seconds Tue May 30 05:02:18 2017 : Info: rlm_sql (sql): Opening additional connection (20), 1 of 64 pending slots used Tue May 30 05:02:18 2017 : Info: rlm_sql (sql): Need 2 more connections to reach 10 spares Tue May 30 05:02:18 2017 : Info: rlm_sql (sql): Opening additional connection (21), 1 of 63 pending slots used Tue May 30 05:02:41 2017 : Info: rlm_sql (sql): Need 1 more connections to reach 10 spares Tue May 30 05:02:41 2017 : Info: rlm_sql (sql): Opening additional connection (22), 1 of 62 pending slots used Thanks, Josh