FarmBot/farmbot_os

[Logger] Add ramoops_logger as a replacement for sqlite logging

Open

#812 opened on Jul 9, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Elixir (266 forks)batch import
Archive?enhancementgood first issue

Repository metrics

Stars
 (1,079 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

a previous commit removed logger_backend_sqlite. This was a valuable tool for getting the reason for a start failure.

Adding ramoops_logger will be able to accomplish the same thing with pretty much no overhead

Contributor guide