You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# log
2
2
3
-
The log package provides a common logging interface across containerd repositories and a way for clients to use and configure logging in containerd packages.
3
+
A Go package providing a common logging interface across containerd repositories and a way for clients to use and configure logging in containerd packages.
4
4
5
5
This package is not intended to be used as a standalone logging package outside of the containerd ecosystem and is intended as an interface wrapper around a logging implementation.
6
6
In the future this package may be replaced with a common go logging interface.
0 commit comments