Skip to content
Snippets Groups Projects
Commit 614322aa authored by Jano Hendriks's avatar Jano Hendriks
Browse files

Clear cached log entries in ClearInfo

parent a31c615d
Branches
Tags v1.191.0
No related merge requests found
......@@ -421,6 +421,7 @@ func DisableLogging() {
func ClearInfo() {
logger = nil
cachedLogEntries = []LogEntryWithLevel{}
}
func sendRaygunError(fields map[string]interface{}, errToSend error) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment