Skip to content
Snippets Groups Projects
  • Tim Wickberg's avatar
    1ae9eedc
    Change log_flag() to log at verbose level and prepend flag name. · 1ae9eedc
    Tim Wickberg authored
    Logging at the verbose() level keeps messages out of the user commands
    by default (unless -v was requested), which minimizes disruption from
    adding additional debugging messages in to the network and RPC layers.
    
    Prepending the debug flag helps identify which messages have been enabled
    by a given flag, which is useful when tracing a given subsystem. A log of
    associated messages have given hints to this, but making this consistent
    with associated cleanup (to come) should simplify tracing when necessary.
    
    Bug 8227.
    1ae9eedc
    History
    Change log_flag() to log at verbose level and prepend flag name.
    Tim Wickberg authored
    Logging at the verbose() level keeps messages out of the user commands
    by default (unless -v was requested), which minimizes disruption from
    adding additional debugging messages in to the network and RPC layers.
    
    Prepending the debug flag helps identify which messages have been enabled
    by a given flag, which is useful when tracing a given subsystem. A log of
    associated messages have given hints to this, but making this consistent
    with associated cleanup (to come) should simplify tracing when necessary.
    
    Bug 8227.