ARCHIVIST_TAG

Constant ARCHIVIST_TAG 

Source
pub const ARCHIVIST_TAG: u64 = 0;
Expand description

The IOBuffer writer tag used for Archivist logs. We rely on the first container we create having this tag, so the Archivist container must be the first container created after creating the shared buffer. This tag is used before we create the container because we want to set up logging at the earliest possible moment after a binary starts.