|
|
|
|
|
by rafekett
4573 days ago
|
|
I don't think it makes sense to choose your logging framework based on performance. Logging does IO, so it's relatively slow compared to everything else you do -- but operationally it's invaluable. I'd take the performance overhead any day. If you have to ask how much logging costs, you probably can't afford it. |
|