Skip to content

Conversation

@sancar
Copy link
Contributor

@sancar sancar commented Apr 21, 2016

Example new log:

Apr 21, 2016 01:42:16 PM INFO: [HazelcastCppClient3.7-SNAPSHOT] [dev] [4298317824] (2016-04-06:0ef9654) LifecycleService::LifecycleEvent STARTING

@sancar sancar self-assigned this Apr 21, 2016
@sancar sancar added this to the 3.7 milestone Apr 21, 2016
Example new log:

Apr 21, 2016 01:42:16 PM INFO: [HazelcastCppClient3.7-SNAPSHOT] [dev] [4298317824] (2016-04-06:0ef9654) LifecycleService::LifecycleEvent STARTING
@sancar sancar force-pushed the ench/logGitInfo/master branch from 2a3ac61 to 794342d Compare April 21, 2016 10:43
@devOpsHazelcast
Copy link
Contributor

Test PASSed.

logger.info("LifecycleService::LifecycleEvent STARTING");
{
char msg[100];
util::snprintf(msg, 100, "(%s:%s) LifecycleService::LifecycleEvent STARTING", HAZELCAST_GIT_COMMIT_DATE, HAZELCAST_GIT_COMMIT_ID);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the date format as YYYYMMDD? PRD wants it this way. You can just convert it. See https://github.com/hazelcast/hazelcast-cpp-client/pull/90/files#diff-25e2207206ddcc5a7f4063ce1e5c2853R94

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not think it as a strong requirement. And adding code just for that seemed unnecessary to me. That is why I leave it that way.

@sancar sancar merged commit 81d83c8 into hazelcast:master Apr 22, 2016
@sancar sancar deleted the ench/logGitInfo/master branch April 22, 2016 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants