Github user DaveBirdsall commented on a diff in the pull request:

    
https://github.com/apache/incubator-trafodion/pull/1070#discussion_r112582882
  
    --- Diff: core/conn/odbc/src/odbc/nsksrvr/SrvrMain.cpp ---
    @@ -246,8 +246,20 @@ catch(SB_Fatal_Excep sbfe)
        myProcName = proc_info.process_name;
     
        char logNameSuffix[32];
    -   sprintf( logNameSuffix, "_%d_%d.log", myNid, myPid );
    -   
CommonLogger::instance().initLog4cxx("log4cxx.trafodion.masterexe.config", 
logNameSuffix);
    +        const char *lv_configFileName = "log4cxx.trafodion.sql.config";
    --- End diff --
    
    Thanks for keeping the old behavior as an option. That will make debugging 
easier when one wishes to attend to just one process.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to