mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-09 21:18:37 -04:00
LOG failed requests post to admin ui
This commit is contained in:
parent
6845d266f2
commit
da882b4f9b
@ -27,8 +27,9 @@ def send_log_entries(force=False):
|
||||
json=entries,
|
||||
auth=(CONF.admin.user, CONF.admin.password),
|
||||
)
|
||||
except Exception:
|
||||
pass
|
||||
except Exception as ex:
|
||||
LOG.warning(f"Failed to send log entries {len(entries)}")
|
||||
LOG.warning(ex)
|
||||
|
||||
|
||||
class LogEntries:
|
||||
|
Loading…
Reference in New Issue
Block a user