Added log manager initialization flag that prints all logs to stdout.

This commit is contained in:
Markus Makela
2015-04-29 11:20:40 +03:00
parent bf7576a501
commit 9ce225c2cb
6 changed files with 152 additions and 115 deletions

View File

@ -2144,15 +2144,11 @@ int main(int argc, char** argv)
}
printf("Log files written to: %s\n",home?home:"/tpm");
int argc_ = 11;
int argc_ = 2;
char* argv_[] =
{
"log_manager",
"-j",home?home:"/tmp",
"-a","ruleparser_debug",
"-c","ruleparser_trace",
"-e","ruleparser_message",
"-g","ruleparser_error",
"-o",
NULL
};