eBay / restcommander

Fast Parallel Async HTTP client as a Service to monitor and manage 10,000 web servers. (Java+Akka)
Apache License 2.0
902 stars 132 forks source link

Log name timestamp assuming MINUS in the time zone #9

Closed jeffpeiyt closed 10 years ago

jeffpeiyt commented 10 years ago

Error in reading log: 20140314210947947+0000~ADHOCDATASTORE_NODEGROUP_20140314210945474+0000~COMMAND.jsonlog.txt

Good: 20140314112821050-0700~ADHOCDATASTORE_NODEGROUP_20140314112818807-0700~COMMAND.jsonlog.txt

Fixed pending release.

jeffpeiyt commented 10 years ago

Add/Fix check on timezone plus in log. Duo to the URL encoding issues with PLUS sign. Currently only supports MINUS time zones (If +0800 will result in ERRORs. Currently Good: -??00). Defined in applicaiton.conf : agentmaster.var.LOG_TIME_ZONE=America/New_York