File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,10 @@ insert a record in the ``test`` :term:`collection` of the default
169
169
> db.test.save( { a: 1 } )
170
170
> db.test.find()
171
171
172
- .. seealso:: ":program:`mongo`" and ":doc:`/reference/javascript`"
172
+ .. seealso:: ":program:`mongo`" and ":doc:`/reference/javascript`." If
173
+ you want to develop applications using .NET, see the :wiki:` C#
174
+ Language Center <CSharp+Language+Center>` page on the wiki for more
175
+ information.
173
176
174
177
MongoDB as a Windows Service
175
178
----------------------------
@@ -215,7 +218,7 @@ and creating a specific location for log files are good practice.
215
218
file when starting.
216
219
217
220
.. versionchanged:: 2.2
218
- This behavior will change in the 2.2 release.
221
+ The default :setting:`logpath` and :setting:`logappend` behavior will change in the 2.2 release.
219
222
220
223
Install and Run the MongoDB Service
221
224
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments