more updates for change to coldtrack

This commit is contained in:
Tim Chamberlain
2023-04-20 14:22:26 -05:00
parent 2d81f24887
commit 8cc16d44e5
3 changed files with 4 additions and 4 deletions

View File

@ -118,7 +118,7 @@ public class LogUtils
{
try
{
String packagesToKeep = "com.kingsrook|com.nutrifresh"; // todo - parameterize!!
String packagesToKeep = "com.kingsrook|com.coldtrack"; // todo - parameterize!!
StringBuilder rs = new StringBuilder();
String[] lines = stackTrace.split("\n");