Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#14388 closed (fixed)

Logging documentation typos

Reported by: John Shimek Owned by: nobody
Component: Documentation Version: 1.2
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The new logging documentation has a typo with the word ERRORR:

logger.exception(): create a ERRORR level logging message wrapping the current exception stack frame.

should be

logger.exception(): create a ERROR level logging message wrapping the current exception stack frame.

If I find the time to create a patch, I will when not at work.

Attachments (2)

14388.patch (4.8 KB ) - added by Ramiro Morales 13 years ago.
Patch for the reported typos and a couple more
14388_2.patch (4.8 KB ) - added by Gabriel Hurley 13 years ago.
Corrected "a Error" -> "an Error", otherwise same patch.

Download all attachments as: .zip

Change History (10)

comment:1 by Brian Neal, 13 years ago

Also:

  • "A logger is configured to have log level" should probably read "A logger is configured to have a log level"
  • CRITICIAL should be CRITICAL

comment:2 by Brian Neal, 13 years ago

Summary: Logging documentation has a typeLogging documentation typos

comment:3 by Ramiro Morales, 13 years ago

Has patch: set

by Ramiro Morales, 13 years ago

Attachment: 14388.patch added

Patch for the reported typos and a couple more

by Gabriel Hurley, 13 years ago

Attachment: 14388_2.patch added

Corrected "a Error" -> "an Error", otherwise same patch.

comment:4 by Gabriel Hurley, 13 years ago

milestone: 1.3
Triage Stage: UnreviewedReady for checkin

Added one tiny typo cleanup, otherwise patch looks good to me. Marking RFC.

comment:5 by Russell Keith-Magee, 13 years ago

Resolution: fixed
Status: newclosed

(In [13982]) Fixed #14388 -- Corrected some typos in the logging docs. Thanks to varikin, gremmie, Ramiro Morales and Gabriel Hurley for the reviews.

comment:6 by Russell Keith-Magee, 13 years ago

(In [13983]) Refs #14388 -- Corrected another spelling erorr.

comment:7 by Russell Keith-Magee, 13 years ago

(In [13984]) Refs #14388 -- ... and corrected the naming of a formatter in the sample logging config.

comment:8 by Jacob, 12 years ago

milestone: 1.3

Milestone 1.3 deleted

Note: See TracTickets for help on using tickets.
Back to Top