diff --git a/tests/fixtures/sample_logs.syslog b/tests/fixtures/sample_logs.syslog new file mode 100644 index 0000000..90693fe --- /dev/null +++ b/tests/fixtures/sample_logs.syslog @@ -0,0 +1,5 @@ +Jan 15 10:30:00 server-01 systemd[1]: Started LogLens Application. +Jan 15 10:30:01 server-01 app[1234]: ERROR: Connection refused to database:5432 +Jan 15 10:30:02 server-01 app[1234]: WARNING: Using deprecated API endpoint +Jan 15 10:30:03 server-02 kernel: [1234.567] Connection timeout +Jan 15 10:30:04 server-01 app[1234]: INFO: Request processed successfully