Skip to content

Commit 2435515

Browse files
committed
Added missing time value and path key to example
1 parent 3824c65 commit 2435515

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/use-cases/storing-log-data.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ log entry:
9494
host: "127.0.0.1",
9595
logname: null,
9696
user: 'frank',
97-
time: ,
97+
time: ISODate("2000-10-10T20:55:36Z"),
98+
path: "/apache_pb.gif",
9899
request: "GET /apache_pb.gif HTTP/1.0",
99100
status: 200,
100101
response_size: 2326,

0 commit comments

Comments
 (0)