Is there a way to adjust the object importer logging level? I tried a quick test and the only thing listed for a successful import was the source path. That is fine but what I really want is the objectid of the newly imported object.
I want to do some post import processing and replace the original (file share) document with a shortcut to the new content server document.
At this point the only thing I can think of is to keep track of the source and target paths before the import and afterwards use web services to get the objectid.
Any thoughts.