logging: make log-root docs more explicit.

db4
John Benediktsson 2014-11-29 15:02:20 -08:00
parent 5acd2e1317
commit 2a4ad0f44a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ ARTICLE: "logging.files" "Log files"
{ $subsections with-logging }
"Log messages are written to " { $snippet "log-root/service/1.log" } ", where"
{ $list
{ { $snippet "log-root" } " is the Factor source directory by default, but can be overriden with the " { $link log-root } " variable" }
{ { $snippet "log-root" } " is " { $snippet "resource:logs" } " by default, but can be overriden with the " { $link log-root } " variable" }
{ { $snippet "service" } " is the service name" }
}
"You can get the log path for a service:"