Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request coreos#86 from EdwardBetts/spelling
Browse files Browse the repository at this point in the history
correct spelling mistake
  • Loading branch information
lucab committed Sep 1, 2017
2 parents 8dbaa49 + d819c2c commit 459346e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capnslog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Still the job of `main` to expose these configurations. `main` may delegate this

Splitting streams is probably not the job of your program, but rather, your log aggregation framework. If you must split output streams, again, `main` configures this and you can write a very simple two-output struct that satisfies io.Writer.

Fancy colorful formatting and JSON output are beyond the scope of a basic logging framework -- they're application/log-collector dependant. These are, at best, provided as options, but more likely, provided by your application.
Fancy colorful formatting and JSON output are beyond the scope of a basic logging framework -- they're application/log-collector dependent. These are, at best, provided as options, but more likely, provided by your application.

##### Log objects are an interface

Expand Down

0 comments on commit 459346e

Please sign in to comment.