Anyone ever see these errors?

Swift app running under Rosetta on a MacStudio, with 3 monitors

It seems to be every 90 min or so, after the screen saver kicked in

2022-05-13 17:24:59.251625-0700 RAPID2022[24866:10818433] [default] Invalid new timing data reported for display 0x0000008e.
2022-05-13 17:24:59.262494-0700 RAPID2022[24866:10818433] [default] Received delta: 16666666 prev: 1901155100000000  0x0000008e. AppKit will assert if these are also invalid
2022-05-13 17:25:00.187429-0700 RAPID2022[24866:10818433] [default] Invalid display 0x0000008e
2022-05-13 17:25:00.654203-0700 RAPID2022[24866:10818433] [default] Invalid display 0x0000008e
2022-05-13 18:40:31.192375-0700 RAPID2022[24866:10818433] [default] Invalid display 0x0000008f
2022-05-13 18:40:31.762665-0700 RAPID2022[24866:10818433] [default] Invalid display 0x0000008f
2022-05-13 19:56:28.249192-0700 RAPID2022[24866:10818433] [default] Invalid display 0x00000090
2022-05-13 19:56:28.780051-0700 RAPID2022[24866:10818433] [default] Invalid display 0x00000090
2022-05-13 21:13:08.217840-0700 RAPID2022[24866:10818433] [default] Invalid display 0x00000091
2022-05-13 21:13:08.679074-0700 RAPID2022[24866:10818433] [default] Invalid display 0x00000091
2022-05-13 22:30:12.200240-0700 RAPID2022[24866:10818433] [default] Invalid new timing data reported for display 0x00000092.
2022-05-13 22:30:12.232369-0700 RAPID2022[24866:10818433] [default] Received delta: 16666666 prev: 1915665366666667  0x00000092. AppKit will assert if these are also invalid
2022-05-13 22:30:13.168546-0700 RAPID2022[24866:10818433] [default] Invalid display 0x00000092
2022-05-13 22:30:13.613316-0700 RAPID2022[24866:10818433] [default] Invalid display 0x00000092

Do you see other problems than these logged entries?
There are many times in Mac OS X where logged entries seem much dangerous than they actually are.

These “Invalid display” errors, I’ve seen them even in Mojave, and probably earlier and, IIRC, the result of my searches was that these entries could be ignored.

Many logged entries in the Console are often not important, even when they may contain “invalid” or “error”. Seems weird, but a lot of advanced users told that on various forums.