telnet default settings #621

This commit is contained in:
MichaelDvP
2020-11-22 10:09:24 +01:00
parent 01e1c6e25b
commit fc189e13c3
5 changed files with 6 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ void Shell::start() {
uuid::log::Logger::register_handler(this, uuid::log::Level::DEBUG); // added by proddy
//uuid::log::Logger::register_handler(this, uuid::log::Level::INFO); // added by proddy
#else
uuid::log::Logger::register_handler(this, uuid::log::Level::NOTICE);
uuid::log::Logger::register_handler(this, uuid::log::Level::INFO);
#endif
line_buffer_.reserve(maximum_command_line_length_);