diff --git a/llmongo.js b/llmongo.js index 16ffa10..21fdfc2 100755 --- a/llmongo.js +++ b/llmongo.js @@ -126,6 +126,7 @@ MongoClient.connect(mongoUri, function(err, db){ protocol: slog[0], date: data, ip: slog[2], + class: slog[2].split(".", 3).join("."), }, function(err, r){ if( err ){ console.log(err);