Changeset 93e47c6


Ignore:
Timestamp:
Aug 5, 2017, 11:23:16 PM (7 years ago)
Author:
Jason Gross <jgross@mit.edu>
Children:
5bb0743
Parents:
dd96101
git-author:
Jason Gross <jgross@mit.edu> (01/05/14 18:52:17)
git-committer:
Jason Gross <jgross@mit.edu> (08/05/17 23:23:16)
Message:
Note conflict of loggingdirection and classlogging

The description of loggingdirection specifies that it applies to all
messages, and thus overrides classlogging.

This implements option (2) of trac #242.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/lib/BarnOwl/Logging.pm

    r9c1e3377 r93e47c6  
    8888                           . "is selected only outgoing messages are logged.  If 'both'\n"
    8989                           . "is selected both incoming and outgoing messages are\n"
    90                            . "logged."
     90                           . "logged.\n\n"
     91                           . "Note that this variable applies to all messages. In\n"
     92                           . "particular, if this variable is set to 'out', the\n"
     93                           . "classlogging variable will have no effect, and no\n"
     94                           . "class messages will be logged."
    9195        });
    9296
Note: See TracChangeset for help on using the changeset viewer.