Page 1 of 1

Prevent oxp-standards-xxx from cluttering log

Posted: Sun Aug 10, 2025 9:33 pm
by Lone_Wolf
Wiki mentions [EliteWiki] Logcontrol.plist can be used to select which messages are logged.

I currently get [oxp-standards.error] & [oxp-standards.deprecated] messages, how can I suppress them ?

Re: Prevent oxp-standards-xxx from cluttering log

Posted: Mon Aug 11, 2025 5:15 am
by another_commander
Drop these two lines inside logcontrol.plist:

Code: Select all

oxp-standards.error		= no;
oxp-standards.deprecated	= no;

Re: Prevent oxp-standards-xxx from cluttering log

Posted: Tue Aug 12, 2025 11:06 am
by Lone_Wolf
Thx, that works as temp solution.