Skip to content

Commit 34c6e0c

Browse files
committed
Add an m
1 parent d81b635 commit 34c6e0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_posts/2020-06-24-shipping-rust-to-production.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ Rust._)
3434
rsyslog is one of those tools that seems to have existed since the dawn of
3535
time. It is incredibly common to find in logging infrastructure since it routes
3636
just about any log from any thing, to any where. Our first iteration of the
37-
aforementioned `rsyslog-kafka` service relied on it because of its ubiquity. We had a proble that looked like routing logs from one thing (Fastly) to another thing (Kafka), and that's basically what `rsyslogd` does!
37+
aforementioned `rsyslog-kafka` service relied on it because of its ubiquity. We
38+
had a problem that looked like routing logs from one thing (Fastly) to another
39+
thing (Kafka), and that's basically what `rsyslogd` does!
3840

3941
This flexibility comes at a price. When explaining to colleagues what rsyslog
4042
_really_ is, I would describe it as "an old C-based scripting engine that just

0 commit comments

Comments
 (0)