Skip to content

Commit

Permalink
PA-15417 debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
SOOS-JJennings committed Jan 6, 2025
1 parent 565ea9c commit 423108c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/ArgumentParserBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ abstract class ArgumentParserBase {
(fileType === AttributionFileTypeEnum.Json || fileType === AttributionFileTypeEnum.Text)
);
default:
soosLogger.warn(`No match for (${format})`);
return false;
}
}
Expand Down

0 comments on commit 423108c

Please sign in to comment.