Skip to content

Commit

Permalink
Ensure configuration sets logging appropriately
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarkowsky committed Jun 22, 2023
1 parent 3ed67b9 commit c777931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/common/SNTConfigurator.m
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ - (SNTEventLogType)eventLogType {
} else if ([logType isEqualToString:@"null"]) {
return SNTEventLogTypeNull;
} else if ([logType isEqualToString:@"json"]) {
return SNTEventLogTypeFilelog;
return SNTEventLogTypeJSON;
} else if ([logType isEqualToString:@"file"]) {
return SNTEventLogTypeFilelog;
} else {
Expand Down

0 comments on commit c777931

Please sign in to comment.