Click here to Skip to main content
15,887,776 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: is NLog still popular? Pin
Slacker00722-Mar-22 9:04
professionalSlacker00722-Mar-22 9:04 
GeneralRe: is NLog still popular? Pin
Marc Clifton22-Mar-22 10:06
mvaMarc Clifton22-Mar-22 10:06 
GeneralRe: is NLog still popular? Pin
Slacker00722-Mar-22 10:49
professionalSlacker00722-Mar-22 10:49 
GeneralRe: is NLog still popular? Pin
Marc Clifton22-Mar-22 12:09
mvaMarc Clifton22-Mar-22 12:09 
GeneralRe: is NLog still popular? Pin
Southmountain22-Mar-22 12:06
Southmountain22-Mar-22 12:06 
GeneralRe: is NLog still popular? Pin
Johannes B. Latzel22-Mar-22 22:42
Johannes B. Latzel22-Mar-22 22:42 
GeneralRe: is NLog still popular? Pin
Southmountain23-Mar-22 7:22
Southmountain23-Mar-22 7:22 
GeneralRe: is NLog still popular? Pin
Kirk 1038982124-Mar-22 6:55
Kirk 1038982124-Mar-22 6:55 
Having supported numerous systems, I can tell you that Logging Matters.
And with current day abilities to create date/time files, and delete files over 7 days old, etc.
I am fine.

The one issue we ran into was needing INSANE levels of logging to track down a DEEP bug.
7 Days worth of this would overwhelm ANY system. (Think of it as turning on Kernel Debugging)

So, we implemented an in-memory circular log for that level of debugging, and NEVER wrote it to disk,
until an exception occurred. So, we had all of our "good logging", and then we had an INSANE level,
that would usually cover the last couple of minutes before an exception. (to be clear, we trapped the exception,
and added that logging information to the output, along with a stack trace).

Within a few days we had a rare problem isolated (something that happened about every 10,000 sessions).

Yes, we need logging. But be careful, I've seen people logging DB connection credentials! OUCH!

GeneralRe: is NLog still popular? Pin
pkfox22-Mar-22 11:44
professionalpkfox22-Mar-22 11:44 
GeneralRe: is NLog still popular? Pin
PIEBALDconsult22-Mar-22 14:16
mvePIEBALDconsult22-Mar-22 14:16 
GeneralRe: is NLog still popular? Pin
Southmountain22-Mar-22 14:33
Southmountain22-Mar-22 14:33 
GeneralRe: is NLog still popular? Pin
charlieg26-Mar-22 7:54
charlieg26-Mar-22 7:54 
GeneralWhy would I use Azure? Pin
Slow Eddie22-Mar-22 3:20
professionalSlow Eddie22-Mar-22 3:20 
GeneralRe: Why would I use Azure? Pin
OriginalGriff22-Mar-22 4:31
mveOriginalGriff22-Mar-22 4:31 
GeneralRe: Why would I use Azure? PinPopular
lmoelleb22-Mar-22 5:12
lmoelleb22-Mar-22 5:12 
GeneralRe: Why would I use Azure? Pin
frostcox23-Mar-22 4:49
frostcox23-Mar-22 4:49 
GeneralRe: Why would I use Azure? Pin
jochance23-Mar-22 5:00
jochance23-Mar-22 5:00 
GeneralRe: Why would I use Azure? Pin
frostcox23-Mar-22 5:27
frostcox23-Mar-22 5:27 
GeneralRe: Why would I use Azure? Pin
lmoelleb25-Mar-22 0:31
lmoelleb25-Mar-22 0:31 
GeneralRe: Why would I use Azure? Pin
jochance24-Apr-22 16:11
jochance24-Apr-22 16:11 
GeneralRe: Why would I use Azure? Pin
lmoelleb24-Mar-22 0:34
lmoelleb24-Mar-22 0:34 
GeneralRe: Why would I use Azure? Pin
Bruce Patin23-Mar-22 5:37
Bruce Patin23-Mar-22 5:37 
GeneralRe: Why would I use Azure? Pin
lmoelleb23-Mar-22 21:43
lmoelleb23-Mar-22 21:43 
GeneralRe: Why would I use Azure? Pin
Bruce Patin24-Mar-22 3:33
Bruce Patin24-Mar-22 3:33 
GeneralRe: Why would I use Azure? Pin
Mateusz Jakub23-Mar-22 10:05
Mateusz Jakub23-Mar-22 10:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.