Project

General

Profile

Idea #21646

Updated by Peter Amstutz about 1 month ago

Things we'd like to know: 

 * Structured logging / ability to search specific fields 
 * Size limits 
 * Performance (how many log entries per second can it handle) 
 * Remote capabilities (want to be able to send logs to a central host) 
 ** How quickly do logs appear on the remote host 
 * Ease of integration with standard logging libraries we use for Go/Python 
 * CLI and web UI for doing queries 
 * Archiving / log rotation 

 The main options we know of are syslog and journald 

Back