SetAuthEnabled enables or disables auth logging for the standard logger.
(e bool)
| 447 | // SetAuthEnabled enables or disables auth logging for the standard |
| 448 | // logger. |
| 449 | func SetAuthEnabled(e bool) { |
| 450 | std.SetAuthEnabled(e) |
| 451 | } |
| 452 | |
| 453 | // SetReqEnabled enables or disables request logging for the |
| 454 | // standard logger. |
no test coverage detected