mirror of
				https://github.com/craigerl/aprsd.git
				synced 2025-10-27 11:00:33 -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user