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: content/docs/guides/logging.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
@@ -5,7 +5,7 @@ weight: 43
5
5
6
6
Sphere provides a flexible and powerful logging system built on top of `go.uber.org/zap`, a high-performance structured logger. It supports multiple outputs, including console and file, and is designed for both local development and production environments.
7
7
8
-
The core logging functionality can be found in the [`log`](https://github.com/go-sphere/sphere/tree/main/log) directory of the Sphere framework.
8
+
The core logging functionality can be found in the [`log`](https://github.com/go-sphere/sphere/tree/master/log) directory of the Sphere framework.
0 commit comments