Fix ruff
Add debug test Add info log message for sanity Add more useful logs Edit configure_logging to change OFM level to debug if set in CLI Update log message Fix boot and int mix up Fix string Change string Update logging string again try changing OFM handler level Change log slice Fix syntax error Add in OFMHandler logic, update webapp to show in logging tab and fix ruff
This commit is contained in:
parent
b235de39f6
commit
b1202723a1
4 changed files with 19 additions and 12 deletions
|
|
@ -121,7 +121,7 @@ export default {
|
|||
...mapState(useSettingsStore, ["baseUri"]),
|
||||
filteredLevels: function () {
|
||||
let cutoffIndex = this.allLevels.indexOf(this.filterLevel);
|
||||
return this.allLevels.slice(cutoffIndex, -1);
|
||||
return this.allLevels.slice(cutoffIndex);
|
||||
},
|
||||
filteredItems: function () {
|
||||
var items = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue