Project

General

Profile

Actions

Bug #3229

closed

Keep logging improvements

Added by Tim Pierce almost 10 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
Keep
Target version:
-
Story points:
-

Description

Each request received by Keep should be logged to a file specified by the --log option. Following Apache logging conventions, each request should be written to a single line with:
  • the request IP address
  • OAuth token
  • timestamp
  • URL method and path
  • HTTP response code

e.g.

208.90.57.196 - 2014-07-08 13:14:15 GET /d41d8cd98f00b204e9800998ecf8427e+0 403

For diagnostics, Keep should log messages to a file specified by the --error_log option.

Keep should support log levels ERROR, WARN, INFO and DEBUG. The --log_level option specifies the current log level. Any message at that level or higher should be written to the error log.

Alternative approaches:
Actions #1

Updated by Tom Clegg almost 10 years ago

  • Target version deleted (2014-08-06 Sprint)
Actions #2

Updated by Tom Clegg almost 7 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF