diff --git a/openjpa-project/src/doc/manual/ref_guide_conf.xml b/openjpa-project/src/doc/manual/ref_guide_conf.xml
index 000f8b212..d557e3016 100644
--- a/openjpa-project/src/doc/manual/ref_guide_conf.xml
+++ b/openjpa-project/src/doc/manual/ref_guide_conf.xml
@@ -1853,6 +1853,29 @@ transaction affect the query, and if so to either evaluate the query in-memory
or flush before running it against the datastore.
+
+ openjpa.Id
+
+ Id
+
+
+ Property name:
+ openjpa.Id
+
+
+ Resource adaptor config-property:
+ Id
+
+
+ Default: none
+
+
+ Description: An
+ environment-specific identifier for this configuration. This
+ might correspond to a JPA persistence-unit name, or to some other
+ more-unique value available in the current environment.
+
+
openjpa.InverseManager
diff --git a/openjpa-project/src/doc/manual/ref_guide_logging.xml b/openjpa-project/src/doc/manual/ref_guide_logging.xml
index 7a4613a7f..5066a618a 100644
--- a/openjpa-project/src/doc/manual/ref_guide_logging.xml
+++ b/openjpa-project/src/doc/manual/ref_guide_logging.xml
@@ -248,15 +248,14 @@ By default, OpenJPA uses a basic logging framework with the following output
format:
-millislevel [thread
-name] channel - message
+millis diagnostic context level [thread name] channel - message
For example, when loading an application that uses OpenJPA, a message like the
following will be sent to the openjpa.Runtime channel:
-2107 INFO [main] openjpa.Runtime - Starting OpenJPA 4.0.0
+2107 INFO [main] openjpa.Runtime - Starting OpenJPA 0.9.7
The default logging system accepts the following parameters:
@@ -280,7 +279,8 @@ and ERROR. Defaults to INFO.
DiagnosticContext: A string that will be prepended to all
-log messages.
+log messages. If this is not supplied and a openjpa.Id
+property value is available, that value will be used.