Prevent oxp-standards-xxx from cluttering log

General discussion for players of Oolite.

Moderators: winston, another_commander

Post Reply
User avatar
Lone_Wolf
---- E L I T E ----
---- E L I T E ----
Posts: 613
Joined: Wed Aug 08, 2007 10:59 pm
Location: Netherlands

Prevent oxp-standards-xxx from cluttering log

Post 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 ?
OS : Arch Linux 64-bit - rolling release

From: The Netherlands, Europe

OXPs : My user page
(needs updating)

Retired, occasionally active
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6924
Joined: Wed Feb 28, 2007 7:54 am

Re: Prevent oxp-standards-xxx from cluttering log

Post by another_commander »

Drop these two lines inside logcontrol.plist:

Code: Select all

oxp-standards.error		= no;
oxp-standards.deprecated	= no;
User avatar
Lone_Wolf
---- E L I T E ----
---- E L I T E ----
Posts: 613
Joined: Wed Aug 08, 2007 10:59 pm
Location: Netherlands

Re: Prevent oxp-standards-xxx from cluttering log

Post by Lone_Wolf »

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
Post Reply