Skip to content

Commit

Permalink
Filters logs by regex; adds unit tests for logger and moving stats
Browse files Browse the repository at this point in the history
  • Loading branch information
dylon committed Dec 7, 2024
1 parent d9d2b6e commit d1e6c3e
Show file tree
Hide file tree
Showing 9 changed files with 865 additions and 288 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@
"default": "lfortran",
"description": "The path to the LFortran compiler executable."
},
"LFortranLanguageServer.compiler.exclusiveFilter": {
"scope": "resource",
"type": "boolean",
"default": false,
"description": "Whether to filter trace- and benchmark-related statements to the LFortran accessor."
},
"LFortranLanguageServer.log.level": {
"scope": "resource",
"type": "string",
Expand All @@ -90,6 +84,12 @@
"type": "boolean",
"default": false,
"description": "Whether to benchmark event handlers and related operations."
},
"LFortranLanguageServer.log.filter": {
"scope": "resource",
"type": "string",
"default": "",
"description": "Regular expression for filtering log messages."
}
}
}
Expand Down
Loading

0 comments on commit d1e6c3e

Please sign in to comment.