Revision 10098
Added by Jing Tao almost 8 years ago
src/edu/ucsb/nceas/metacat/restservice/v1/MNResourceHandler.java | ||
---|---|---|
210 | 210 |
// get the rest of the path info |
211 | 211 |
String extra = null; |
212 | 212 |
|
213 |
logMetacat.debug("handling verb " + httpVerb + " request with resource '" + resource + "'");
|
|
213 |
logMetacat.info("MNResourceHanlder.handle - V1 handling verb " + httpVerb + " request with resource '" + resource + "'");
|
|
214 | 214 |
logMetacat.debug("resource: '" + resource + "'"); |
215 | 215 |
boolean status = false; |
216 | 216 |
|
Also available in: Unified diff
Add the version information in a log statement.