SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Filter known SDV log spam

Entoarox opened this issue ยท 1 comments

commented

SDV contains a ton of legacy Console.Out messages that act as spam for the log, having SMAPI filter these known junk messages could help clean up the log files

[11:08:09 TRACE Console.Out] TextBox.Selected is now 'True'.
[11:08:09 TRACE Console.Out] TextBox.Selected is now 'False'.
[11:08:09 TRACE Console.Out] TextBox.Selected is now 'True'.
[11:08:10 TRACE Console.Out] TextBox.Selected is now 'False'.
[11:08:39 TRACE Console.Out] TREE: IsClient:False randomOutput: 8844
[11:08:39 TRACE Console.Out] TREE: IsClient:False randomOutput: 1566
[11:08:48 TRACE Console.Out] TREE: IsClient:False randomOutput: 5253
[11:08:53 TRACE Console.Out] TREE: IsClient:False randomOutput: 9678
[11:08:56 TRACE Console.Out] TREE: IsClient:False randomOutput: 7391
[11:09:01 TRACE Console.Out] TREE: IsClient:False randomOutput: 4048
[11:09:01 TRACE Console.Out] TREE: IsClient:False randomOutput: 1948
[11:09:01 TRACE Console.Out] TREE: IsClient:False randomOutput: 7786
[11:09:05 TRACE Console.Out] TREE: IsClient:False randomOutput: 8271

This is but one example of a bunch of this log spam that SDV causes....

commented

Done in develop for the upcoming SMAPI 2.1 release.