mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-27 07:10:25 -05:00
fix path
This commit is contained in:
parent
f7149a4f19
commit
5f220d4b51
@ -111,8 +111,8 @@ func main() {
|
||||
instrument(e)
|
||||
|
||||
ignorepath := []string{
|
||||
"/health",
|
||||
"/ready",
|
||||
"/video/health",
|
||||
"/video/ready",
|
||||
}
|
||||
slog.Info("Skipping request logging for these paths", "paths", func() string { sort.Strings(ignorepath); return strings.Join(ignorepath, ",") }())
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user