-
Type: Bug
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: 1.8.0
-
Component/s: None
-
None
-
ALL
Problem:
On Windows, the output on startup uses unix paths rather than windows path names, e.g.
Mon Mar 21 12:48:15 [initandlisten] MongoDB starting : pid=3732 port=27017 dbpath=/data/db/ 64-bit
https://groups.google.com/group/mongodb-user/browse_thread/thread/ca675a0bd7c37aae#
Reproduce:
- mongod --dbpath c:\data\db
- is duplicated by
-
SERVER-3632 dbpath should use windows syntax on windows
- Closed