()
| 149 | } |
| 150 | |
| 151 | func overwriteLogging() bool { |
| 152 | return debug || warning || important || errorlog || logFile != "" || logMicro |
| 153 | } |
| 154 | |
| 155 | // overwriteFw reloads the fw with the configuration file specified via cli. |
| 156 | func overwriteFw(cfg *config.Config, qNum uint16, fwCfg string) { |