| 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; }
Public Property Directory As String
Get
Set
public:
property String^ Directory {
String^ get ();
void set (String^ value);
}
member Directory : string with get, set
Property Value
Type:
StringThe 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