| 
 | < Day Day Up > | 
 | 
Problem: We discovered that the translog was placed in the wrong directory.
Cause: The default value of /translog caused it to be placed in the root, because of the leading slash.
Solution: Any directory that is to be placed inside another one must be specified without the slash (/), for example: translog, not /translog. Or the full path must be specified, for example: /notesdata/translog.
| 
 | < Day Day Up > | 
 | 
