make hide_download_commands configurable
This commit is contained in:
@@ -1135,7 +1135,7 @@ static void on_93_BB(shared_ptr<Client> c, uint16_t, uint32_t, string& data) {
|
||||
// command.
|
||||
on_login_complete(c);
|
||||
|
||||
} else {
|
||||
} else if (s->hide_download_commands) {
|
||||
// The BB data server protocol is fairly well-understood and has some large
|
||||
// commands, so we omit data logging for clients on the data server.
|
||||
c->log.info("Client is in the BB data server phase; disabling command data logging for the rest of this client\'s session");
|
||||
|
||||
Reference in New Issue
Block a user