please update (remove?)
FuturesSession - WARNING - sessions.py:94 - background_callback is deprecated and will be removed in 1.0, use hooks instead
def emit(self, record):
try:
payload = self.format(record)
session.post(self.url, data=payload, background_callback=bg_cb)