[ 
https://issues.apache.org/jira/browse/GEODE-9058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17308095#comment-17308095
 ] 

ASF GitHub Bot commented on GEODE-9058:
---------------------------------------

pivotal-jbarrett commented on a change in pull request #774:
URL: https://github.com/apache/geode-native/pull/774#discussion_r600746320



##########
File path: cppcache/src/DistributedSystemImpl.cpp
##########
@@ -81,9 +81,9 @@ void DistributedSystemImpl::logSystemInformation() const {
 
   ACE_utsname u;
   ACE_OS::uname(&u);
-  LOGCONFIG(
-      "Running on: SystemName=%s Machine=%s Host=%s Release=%s Version=%s",
-      u.sysname, u.machine, u.nodename, u.release, u.version);
+  LOGCONFIG("Running on: SystemName=" BOOST_PLATFORM

Review comment:
       It is not uncommon for the person collecting the logs to have little 
knowledge of the host details so I suspect support staff will not be happy if 
the are working with a customer who can't tell them what OS and version a log 
came from.  In general I agree though that this is ephemeral information. It is 
also pretty easy to create the platform independent. You can look to the ACE 
implementation for hints on how to do the same.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Remove ACE_OS references
> ------------------------
>
>                 Key: GEODE-9058
>                 URL: https://issues.apache.org/jira/browse/GEODE-9058
>             Project: Geode
>          Issue Type: Task
>          Components: native client
>            Reporter: Mario Salazar de Torres
>            Assignee: Mario Salazar de Torres
>            Priority: Major
>              Labels: obliterate-ace, pull-request-available
>
> *AS A* geode-native contributor
> *I WOULD LIKE* to remove any references to ACE_OS in the source
> *SO THAT* we can get rid of ACE for good, eventually.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to