Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
I'm upgrading the base training to 7.8.5, so I work with the 7.8.5 archetype (1.07.05). I noticed some changes in the logging, for example about exporting changes. At startup time the logging states that changes will be exported:
INFO main [EventProcessor.<init>:128] Automatically exporting changes to repository path /content to directory C:\workspaces\training\785\myhippoproject\bootstrap\content\src\main\resources
[INFO] [talledLocalContainer] 14.10.2013 09:03:24 INFO main [EventProcessor.<init>:128] Automatically exporting changes to repository path / to directory C:\workspaces\training\785\myhippoproject\bootstrap\configuration\src\main\resources
This made me check the status of Automatic Export: that says it is disabled. When opening a document for editing, this is logged:
INFO ObservationManager [Configuration.isExportEnabled:134] Automatic export is disabled. Changes will be lost.
So it is OFF, which you find out when actually start changing something. Why is it done this way? This may be confusing, especially for newbies.