Changing the Log Mode 
The log mode specifies whether the database system uses software-based mirroring of the log volumes (default value: no mirrored log volumes). When software-based mirroring is activated, the database system writes redo log entries to two log areas in parallel (primary and secondary log area).
Note that the database system can only overwrite the log areas with new log entries after the log entries in the primary log area have been backed up.
Recommendation
Only use mirrored log volumes if hardware-based mirroring, for example using a RAID system, is not possible. Software-based mirroring reduces the performance of your database system.
Caution
After changing the log mode, the database is restarted automatically.
You are logged on to the database as the database system administrator or as a DBM operator with server authorization for accessing database parameters (read and write) (see Glossary, Server Permission).
Select the database in the explorer tree.
In the context menu of the database, choose
Choose Log Mode.
Specify name and location of the log volume that is to be mirrored.
Specify name and location of the mirror log volume.
Choose Start.
Select the database in the explorer tree.
In the context menu of the database, choose
Choose Log Mode.
Choose Start.
Concepts of the Database System, How Databases Log Data Changes