Skip to content
Snippets Groups Projects
Commit d6533486 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #4820: Removed old logger configurations

parent 0c5abcf8
No related branches found
No related tags found
No related merge requests found
...@@ -184,11 +184,7 @@ void process(Stream &controlStream, size_t myRank) ...@@ -184,11 +184,7 @@ void process(Stream &controlStream, size_t myRank)
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
#if defined HAVE_LOG4CPLUS
INIT_LOGGER("outputProc"); INIT_LOGGER("outputProc");
#else
INIT_LOGGER_WITH_SYSINFO(str(boost::format("OutputProc@%02d") % (argc > 2 ? atoi(argv[2]) : -1)));
#endif
CasaLogSink::attach(); CasaLogSink::attach();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment