Click or drag to resize

LogConfigurationElementDirectory Property

Gets or sets the directory where log files are stored.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public string Directory { get; set; }

Property Value

Type: String
The directory where log files are stored. This value should end in a directory separator character.
Remarks

If using the run-dfs.sh and run-jet.sh scripts on Unix, the JUMBO_LOG value in jumbo-config.sh should be set to the same value.

See Also