-
-
Notifications
You must be signed in to change notification settings - Fork 989
New issue
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
[config]logfile to append #6566
Comments
In gallery-dl/docs/gallery-dl-example.conf Lines 374 to 379 in 4cd9ce8
|
|
Logging messages have only a limited set of replacement fields: https://gdl-org.github.io/docs/configuration.html#logging-configuration
You might be able to access metadata values via |
mode
Mode in which the file is opened; use "w" to truncate or "a" to append (see the built-in open() function)
Default: "w"
all don't work
where can I set the mode?
The text was updated successfully, but these errors were encountered: