Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

4.0.4

Breaking the Log Jam

In our last release we added a feature so that individual endpoints can be excluded from being logged. The intent was to reduce the amount of log activity that occurs, especially for endpoints which don't need to be logged (like ping checks, version checks, etc.). Still, the number of log files that get generated can still be daunting and difficult to sift through when specific issues need to be investigated. Never fear...the new HTTP Log utility is here!

NDW_HTTP_LOGS

Image Added


4.0.3

Ping Me Up Sometime

A new Ping API has been added. Many systems need a way to monitor whether or not the API server is still running. The Ping API was created specifically for this purpose. It returns the current date and time in GMT format.

...