Variable: nntp-record-commands
nntp-record-commands is a customizable variable defined in nntp.el.gz.
Value
nil
Documentation
If non-nil, nntp will record all commands in the "*nntp-log*" buffer.
Probably introduced at or before Emacs version 20.4.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nntp.el.gz
(defcustom nntp-record-commands nil
"If non-nil, nntp will record all commands in the \"*nntp-log*\" buffer."
:type 'boolean)