Age | Commit message (Collapse) | Author | |
---|---|---|---|
14 days | fw: syslog: Adjust log levels | xengineering | |
This follows the pattern: * ERR in error handler if statements * DBG at top of each function and on demand * INF at end of function | |||
14 days | fw: Use SLAAC for network configuration | xengineering | |
14 days | fw: syslog: Add static syslog logging | xengineering | |
Network-based logging via the syslog protocol allows to log from many IoT devices to a central log server. This makes reading logs way easier. Choosing UDP removes the need for logic keeping a state. Maybe dropped packages are acceptable for the use case but should be rare anyway. |