Revert the console logging
This commit is contained in:
parent
c1c657a7c2
commit
860c1b61e0
2 changed files with 2 additions and 3 deletions
|
@ -47,7 +47,6 @@ namespace Bot
|
|||
|
||||
public static unsafe void Main(string[] args)
|
||||
{
|
||||
Console.SetOut(new StreamWriter(new FileStream("Console.log", FileMode.OpenOrCreate, FileAccess.ReadWrite, FileShare.ReadWrite)));
|
||||
Console.WriteLine("Setting up Main Configuration");
|
||||
Log = new Logger("BotCore5");
|
||||
BotSession.Instance.Logger = Log;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue