0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

110 Commits

Author SHA1 Message Date
Eliot Horowitz
37fd9be7d4 nice way to indent log messages 2011-01-09 21:51:16 -05:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Eliot Horowitz
4e76652538 fix some type conversion warnings SERVER-2251 2010-12-23 15:04:39 -05:00
Eliot Horowitz
d9c438f7f1 don't try to log empty strings 2010-12-22 02:47:28 -05:00
dwight
20f630656c pop pragma to avoid header pollution 2010-11-25 11:56:20 -05:00
Dwight
45a7620aac dur work 2010-10-01 16:14:36 -04:00
Eliot Horowitz
8847592479 LOG macros so can use LOG(1) instead of log(1) 2010-09-17 13:35:31 -04:00
dwight
05a07f98be oops 2010-09-10 21:05:15 -04:00
Dwight
b2e6ff04bc compile? 2010-09-09 10:17:02 -04:00
Eliot Horowitz
6e3ad16e6f log StringData 2010-08-25 21:59:24 -04:00
Eliot Horowitz
62cfaf245e some log cleaning 2010-08-25 16:10:31 -04:00
dwight
a856ac5445 fix one logLockless problem..but there are more! 2010-08-22 17:38:32 -04:00
dwight
a0973cd10e dont heap allocate in rawOut function when avoidable 2010-08-22 13:54:03 -04:00
Alberto Lerner
850ee8a42f fix compile warnings 2010-08-17 22:41:46 -04:00
Alberto Lerner
b07f1daced SERVER-1593 a new signal handler for abrupt exit cases 2010-08-16 20:03:54 -04:00
Alberto Lerner
b1e95d9bee SERVER-1593 Expose log file descriptor (needed in new segv handler). 2010-08-16 16:30:16 -04:00
Mathias Stearn
e1c99a3fd7 move log flush code to after errnoWithDescription 2010-08-11 14:40:25 -04:00
Mathias Stearn
89ae78967d check return from fwrite SERVER-1578 2010-08-11 14:40:25 -04:00
dwight
bed8c99ab7 attempt clean up ernoodesc on windows 2010-07-28 16:01:28 -04:00
Eliot Horowitz
1965d3b3a9 safe shutdown 2010-07-28 13:29:17 -04:00
Eliot Horowitz
4e4a4959a8 some log cleaning 2010-07-25 11:51:34 -04:00
Eliot Horowitz
2827add40c don't put 0 and end of string 2010-07-24 23:54:16 -04:00
Eliot Horowitz
a0841b0171 change log format to TIME-THREAD-LEVEL-MSG and adjust ramlog for it 2010-07-24 12:40:34 -04:00
Eliot Horowitz
c9f86b31aa fix rawOut to use --logpath 2010-07-23 23:14:37 -04:00
Alberto Lerner
f51a4d0669 SERVER-1270 Hook StringData to BufBuilder 2010-07-19 09:56:24 -04:00
Eliot Horowitz
72f2eb24d5 change LazyString to toString rather than (string) 2010-07-17 22:11:21 -04:00
Eliot Horowitz
f8489f4b0c make a global RamLog and display in webserver 2010-07-17 12:38:48 -04:00
Mathias Stearn
d0662fd523 Rejiggering of log file handling. should solve SERVER-733 2010-07-15 20:31:40 -04:00
dwight
a5a05a8bae errno doesnt work with winsock, handle 2010-07-07 17:36:23 -04:00
Mathias Stearn
13c6875815 temporarily Revert "git rid of "operator string""
This reverts commit 95fa51a1df.
2010-07-07 01:22:33 -04:00
Mathias Stearn
95fa51a1df git rid of "operator string" 2010-07-07 00:30:17 -04:00
Eliot Horowitz
30d3a841f2 debuggability 2010-07-01 17:10:55 -04:00
Eliot Horowitz
6d596a5d64 better log 2010-06-30 23:20:20 -04:00
Eliot Horowitz
4c20050cf7 better thread name logging 2010-06-29 18:10:40 -04:00
Alberto Lerner
eb1f601745 log a thread ID if using a recent version of BOOST 2010-06-29 13:49:07 -04:00
Eliot Horowitz
7e6c61f214 tr1 confict on win64 2010-06-28 17:15:39 -04:00
Eliot Horowitz
372aa5f612 win64 names 2010-06-28 16:59:15 -04:00
Eliot Horowitz
8eca8f6f38 starting some log abstraction cleaning 2010-06-28 16:51:37 -04:00
Dwight Merriman
c1ecb70ef3 cleaning db.vcxproj 2010-06-01 08:56:06 -04:00
Eliot Horowitz
375d5f7293 fix shared_ptr log 2010-05-24 17:24:32 -04:00
Dwight
c830be1477 log less during unit tests 2010-05-19 12:11:17 -04:00
Dwight Merriman
63b7b35c7c change log.h 2010-05-15 11:44:03 -04:00
Eliot Horowitz
a998cca647 messing around with syslog 2010-05-14 17:22:46 -04:00
Eliot Horowitz
c73d192855 in log() gen time at end 2010-05-14 17:08:03 -04:00
Eliot Horowitz
740cc1308e auto_ptr -> shared_ptr for Cursor objects 2010-05-07 17:25:57 -04:00
Dwight
8717179475 ramlog 2010-05-07 16:42:55 -04:00
Dwight
110911331f rs 2010-05-07 15:35:16 -04:00
Dwight Merriman
0c7e5438e0 get rid of macros in log.h 2010-04-24 14:03:14 -04:00
Mathias Stearn
0638bbfee2 replace pragmas push_macro and pop_macro SERVER-1042 2010-04-23 20:14:37 -04:00
Mathias Stearn
1d746cc4ca cleanup namespace pollution SERVER-1042 2010-04-23 14:26:26 -04:00