diff --git a/Source/common/SNTConfigurator.m b/Source/common/SNTConfigurator.m index 08c1e578e..0d31fe652 100644 --- a/Source/common/SNTConfigurator.m +++ b/Source/common/SNTConfigurator.m @@ -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 {