summaryrefslogtreecommitdiff
path: root/fw/src/syslog.c
AgeCommit message (Collapse)Author
9 daysfw: app: Move application firmware code herexengineering
This makes the structure of the `fw` folder more clear and separates application-related code from bootloader- or rtos-related code.
14 daysfw: syslog: Adjust log levelsxengineering
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 daysfw: Use SLAAC for network configurationxengineering
14 daysfw: syslog: Add static syslog loggingxengineering
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.