Suppressing depreciation warnings in the log
Posted: Fri Jul 14, 2017 9:29 pm
Hi all
I'm not managing to suppress loads of depreciation warnings, of the following types, in my log.
I'd like to suppress the warnings so as to make it easier to test my OXPs.
I've put a copy of logcontrol.plist in my AddOns folder and changed a few settings but the warnings still appear. Might someone advise me (1) whether I've put the file in the right folder - its (on Windows) 'C:\Oolite\AddOns', yes?, (2) what options to set in the file. Thanks.
PS: I tried moving the log control file into the 'managed' AddOns folder, but that didn't help.
I'm not managing to suppress loads of depreciation warnings, of the following types, in my log.
I'd like to suppress the warnings so as to make it easier to test my OXPs.
Code: Select all
22:14:27.261 [oxp-standards.error]: OXP ../AddOns/anarchies_facelift_0.5.oxp has no manifest.plist
22:14:27.264 [oxp-standards.error]: OXP ../AddOns/BehemothSpacewar 1.3.oxp has no manifest.plist
22:14:27.265 [oxp-standards.error]: OXP ../AddOns/BountyScannerv2.0.oxp has no manifest.plist
22:14:27.266 [oxp-standards.error]: OXP ../AddOns/BountyStatus 1.00.oxp has no manifest.plist
22:14:27.267 [oxp-standards.error]: OXP ../AddOns/Breakable_TorusDrive_1.1_2012.05.05.oxp has no manifest.plist
22:14:31.347 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in leviathan-pirate
22:14:31.347 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in leviathan-pirate
22:14:31.347 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in leviathan-pirate
22:14:31.347 [oxp-standards.deprecated]: Old style sub-entity declarations are deprecated in leviathan-pirate
22:14:38.242 [oxp-standards.deprecated]: Script C:\Oolite/oolite.app/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns/oolite.oxp.Thargoid.TCAT.oxz/Scripts/TCAT_ecmJammer.js does not "use strict";
22:14:38.244 [oxp-standards.deprecated]: The conditions key is deprecated for equipment Energy Unit Upgrade
PS: I tried moving the log control file into the 'managed' AddOns folder, but that didn't help.