VrayoSystems / vtrunkd

Open source SD WAN daemon for linux (network link bonding/trunking/aggregation and multichannel VPN daemon).
GNU General Public License v3.0
224 stars 77 forks source link

Make log levels consistent #221

Open grandrew opened 8 years ago

grandrew commented 8 years ago

Current "log level" is set to error only, as "info" level generates too much spam output.

Due to this, connect/disconnect log messages have the "error" level and reread_config never reaches the log as it is "info" level

need to make logging consistent by setting proper loglevel passing and proper levels throughout the code