nkalmar commented on pull request #2308: URL: https://github.com/apache/hbase/pull/2308#issuecomment-706086820
I could not find out what %i means exactly... Docs contains "%N(%m):%03n:%i>" as the default, but does not go into detail what are the values. I found an article explaining them, not %i though... But, %m is getting "self.to_s", so another solution is to override that hbase object to_s method to main (I did not test this though), but that would pretty much lead us the same result, main is basically hardcoded here. I'll do the changes to "hbase:%03n>" (It's basically "%N:%03n>", %N being Irb.conf[:IRB_NAME] which we set). ---------------------------------------------------------------- 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: [email protected]
