Searched refs:log_cfg (Results 1 - 1 of 1) sorted by relevance

/pkg/src/
H A Ddepot.py773 log_cfg = { variable
785 if log_cfg["access"] == "stdout":
786 log_cfg["access"] = "/dev/fd/{0:d}".format(
788 elif log_cfg["access"] == "stderr":
789 log_cfg["access"] = "/dev/fd/{0:d}".format(
791 elif log_cfg["access"] == "none":
792 log_cfg["access"] = "/dev/null"
794 if log_cfg["errors"] == "stderr":
795 log_cfg["errors"] = "/dev/fd/{0:d}".format(
797 elif log_cfg["error
[all...]

Completed in 17 milliseconds