You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting the logfile= option in the [glacier] section of a config has no effect. The logfile var is never actually processed by glacier.py (see line 617). The only way to change the value of this var is through a command line option.
The text was updated successfully, but these errors were encountered:
Resolves Issue uskudnik#185.
Setting the `logfile=` option in the `[glacier]` section of a config had no effect. The logfile variable was simply being silently discarded. After this patch, the option works as expected.
Signed-off-by: Jeff Alyanak jeff@alyanak.ca
Setting the
logfile=
option in the[glacier]
section of a config has no effect. The logfile var is never actually processed by glacier.py (see line 617). The only way to change the value of this var is through a command line option.The text was updated successfully, but these errors were encountered: