From f3dc5572200b4bce6b09448ac4660e2d889cb038 Mon Sep 17 00:00:00 2001 From: Daniel De Graaf Date: Sat, 8 May 2010 14:25:00 -0500 Subject: Change -debug to force RAWIO level logging and disable all other logs --- src/inspircd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index c6faf8802..b4a013e50 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -457,7 +457,7 @@ InspIRCd::InspIRCd(int argc, char** argv) : if (do_debug) { FileWriter* fw = new FileWriter(stdout); - FileLogStream* fls = new FileLogStream(DEBUG, fw); + FileLogStream* fls = new FileLogStream(RAWIO, fw); Logs->AddLogTypes("*", fls, true); } else if (!this->OpenLog(argv, argc)) -- cgit v1.2.3