31 lines
473 B
INI
31 lines
473 B
INI
|
|
Logger = (
|
|
{
|
|
Id = "main";
|
|
|
|
FlagsEnabled = (
|
|
"Debug",
|
|
"Info",
|
|
"Warning",
|
|
"Error"
|
|
);
|
|
|
|
ShowTime = false;
|
|
ShowSourceTrace = false;
|
|
CoutEnabled = true;
|
|
|
|
FileEnabled = true;
|
|
FilePath = "build/client/logs";
|
|
FileName = "app.log";
|
|
}
|
|
);
|
|
|
|
TcpClient = (
|
|
{
|
|
Id = "main";
|
|
|
|
Hostname = "accordion.vxbard.net";
|
|
Port = 39500;
|
|
}
|
|
);
|