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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public string Directory { get; set; }

Property Value

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