Skip to content

Commit 4e2584a

Browse files
committed
Fix typos.
1 parent 9aaf841 commit 4e2584a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LOGGING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Logging using log aggregation
22

33
There are two ways that I am playing with to perform logging to an
4-
external logging service: Google Cloud stackdriver lgging and Grafana
4+
external logging service: Google Cloud stackdriver logging and Grafana
55
Cloud Loki. I do like to check all my logs at a central location for all
66
my various linux servers. Logging at one central location also has the
77
advantage that I can centrally manage any alerting based on strings in
@@ -112,7 +112,7 @@ pipeline:
112112
```
113113

114114
The biggest part in the above config is mapping journald priorities to
115-
stackdriver severities. Please not the use of the Google Cloud
115+
stackdriver severities. Please note the use of the Google Cloud
116116
credentials file and the addition of standard instance_id and zone
117117
resource labels. The directory /var/lib/fluent-bit for journald
118118
synchronization needs to be created once.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ due to the fact that docker virtual mounts will not notice if the
205205
underlying file is recreated upon restarting the listening daemon. For
206206
the docker socket this does not matter, because if docker is restarted
207207
all containers will be restarted as well. As a further complication,
208-
the tailscaled.service files not specify the option to preserve the
208+
the tailscaled.service files do not specify the option to preserve the
209209
directory /var/run/tailscale at daemon restart, making a mount of
210210
/var/run/tailscale instead of the socket not work. But there is an
211211
option in systemd to make that work, create a directory named

0 commit comments

Comments
 (0)