Commit c4da83d
committed
py-scripts/lf_logger_config.py updated to convert log level to lower and
check just incase upper case is passed in on the log level
./lf_create_wanlink.py\
--mgr 192.168.50.104\
--mgr_port 8080\
--wl_name wanlink\
--port_a eth1\
--port_b eth2\
--speed_a 2028000\
--speed_b 1014000\
--latency 10\
--max_jitter 8\
--jitter_freq 6\
--drop_freq_a 4000\
--drop_freq_b 5000\
--log_level Debug
The debug is converted to lowercase debug
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>1 parent ae61353 commit c4da83d
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments