New Sequoia warnings on Terminal

After upgrading to the latest Sequoia on Intel, I am getting warnings like:

2025-02-07 19:01:13.576 Emacs-x86_64-10_14[3780:303891] +[IMKClient subclass]: chose IMKClient_Modern 2025-02-07 19:01:13.576 Emacs-x86_64-10_14[3780:303891] +[IMKInputSession subclass]: chose IMKInputSession_Modern

on my own programs as well as others like Emacs. Is there a way to silence these warnings? They seem to be a bug in this macOS release.

Answered by DTS Engineer in 824463022

This looks like log noise. For specific advice on that general issue, see On Log Noise.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

I have a same issue. Why apple still not fix it?

This looks like log noise. For specific advice on that general issue, see On Log Noise.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

"Log noise" it is not. It hits my users right in the face when they start from Terminal. I just installed 15.3.1 and the issue persists. However I suppress this with a hack involving freopen of stderr to /dev/null when the app starts, and reverting after 100ms timeout to "/dev/tty".

New Sequoia warnings on Terminal
 
 
Q