I currently get [oxp-standards.error] & [oxp-standards.deprecated] messages, how can I suppress them ?
Prevent oxp-standards-xxx from cluttering log
Moderators: another_commander, winston
Prevent oxp-standards-xxx from cluttering log
Wiki mentions
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 ?
I currently get [oxp-standards.error] & [oxp-standards.deprecated] messages, how can I suppress them ?
OS : Arch Linux 64-bit - rolling release
From: The Netherlands, Europe
OXPs : My user page (needs updating)
Retired, occasionally active
From: The Netherlands, Europe
OXPs : My user page (needs updating)
Retired, occasionally active
-
another_commander
- Quite Grand Sub-Admiral

- Posts: 7194
- Joined: Wed Feb 28, 2007 7:54 am
Re: Prevent oxp-standards-xxx from cluttering log
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
Thx, that works as temp solution.
OS : Arch Linux 64-bit - rolling release
From: The Netherlands, Europe
OXPs : My user page (needs updating)
Retired, occasionally active
From: The Netherlands, Europe
OXPs : My user page (needs updating)
Retired, occasionally active
