SetExcludePaths sets the path to exclude from logging, eg: health checks
(s []string)
| 464 | |
| 465 | // SetExcludePaths sets the path to exclude from logging, eg: health checks |
| 466 | func SetExcludePaths(s []string) { |
| 467 | std.SetExcludePaths(s) |
| 468 | } |
| 469 | |
| 470 | // SetStandardTemplate sets the template for standard logging for |
| 471 | // the standard logger. |
no test coverage detected