Parameter:
DEBUG_REPL_ALLShort description: Enables very detailed debug output for the Replicator (per database, per document, per note class) – enable only temporarily, as logs grow rapidly.
Profile
Parameter | DEBUG_REPL_ALL |
Category | Logging / Debug |
Component | Server |
Available since | 10.0 |
Supported versions | 10.0, 11.0, 12.0, 14.0, 14.5, 14.5.1 |
GUI equivalent | notes.ini only (no GUI) |
Possible values | 0 = off (default), 1 = active |
Description
DEBUG_REPL_ALL=1 activates the full bundle of Replicator debug output. On the console or in Debug_Outfile, detailed entries appear for every replication session: databases processed, document counts, note classes, conflicts, and responses from the partner server.This switch is the all-purpose tool for replication problems – for example when individual documents are not replicated, a replication takes surprisingly long, or conflicts arise for unclear reasons.
Example configuration
DEBUG_REPL_ALL=1 Debug_Outfile=/local/notesdata/IBM_TECHNICAL_SUPPORT/repl_debug.log
Notes & pitfalls
- Very verbose – enable only for a diagnosis session, then disable.
- Takes effect immediately via
set config DEBUG_REPL_ALL=1; a restart is not strictly required.
- Entries appear in
console.logand inDebug_Outfile.
- Complementary to
DEBUG_REPL_CHANGES,Log_Replication, the connection document, and replicator entries.
- For targeted narrowing, restrict the replicator to a specific DB (
replicate <server> <db>).