We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
site_log_dir()
user_log_dir()
The user_log_dir() method currently lacks a site_log_dir() counterpart.
Some suggestions:
/var/log/$appname
site_*_dir()
site_data_dir()
Log
/Library/Logs/$appname
This is a prerequisite for #213
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
user_log_dir()
method currently lacks asite_log_dir()
counterpart.Some suggestions:
/var/log/$appname
?user_log_dir()
(as with any othersite_*_dir()
counterpart)?site_data_dir()
with an opinionatedLog
subdirectory?/Library/Logs/$appname
?This is a prerequisite for #213
The text was updated successfully, but these errors were encountered: