The Inquisitive Coder – Davy Brion's Blog

Trying to walk that thin line between intelligence and ignorance

The Biggest Logging Anti-Pattern

Posted by Davy Brion on March 16th, 2010

shitty_log

4 Responses to “The Biggest Logging Anti-Pattern”

  1. Mario Pareja Says:

    Judging by the file path, isn’t this a transaction log rather than a debug log? You would find something similar to this in your SQL Server data files.

  2. Stef Van Dessel Says:

    The log file is encrypted and the format is not publicly available. The files are just used by DTS to manage transactions and aren’t really meant for viewing outside of what the service itself reads and uses.

  3. Davy Brion Says:

    @Mario

    that’s certainly possible, though that file really isn’t very big on my machine

    that path also has a Trace folder which contains more (even smaller) logfiles… they’re all binary as well

    it’s just frustrating to see that when you are hoping for something that could help you debug an issue :)

  4. Danny Says:

    This could actually just be the start of your problems, as I have translated the log file file, which reads, “all work and no play makes Jack a dull boy”.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>