SetAuthTemplate sets the template for auth logging for the standard logger.
(t string)
| 476 | // SetAuthTemplate sets the template for auth logging for the |
| 477 | // standard logger. |
| 478 | func SetAuthTemplate(t string) { |
| 479 | std.SetAuthTemplate(t) |
| 480 | } |
| 481 | |
| 482 | // SetReqTemplate sets the template for request logging for the |
| 483 | // standard logger. |
no test coverage detected