Skip to content
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

Ketarin log files are dateless on some configurations #14

Open
nixxquality opened this issue Feb 18, 2015 · 2 comments
Open

Ketarin log files are dateless on some configurations #14

nixxquality opened this issue Feb 18, 2015 · 2 comments
Labels

Comments

@nixxquality
Copy link

It's my understanding that ketarinupdate.cmd is supposed to include a date in the ketarin log filename, but that doesn't happen on my system.
I'm running Windows 8.1 in Swedish locale settings, and the output of date /t is 2015-02-18.

The ketarin logs get filenames like ketarin._2200.log

@ferventcoder
Copy link
Contributor

Thanks for reporting. I will take a look at it.

@ghost
Copy link

ghost commented Mar 5, 2015

I wrote a Powershell-Script to fix this, so this is what I am using for now:

$date = Get-Date -format yyyyMMdd_HHmm
$filename = "ketarin." + $date + ".log"
$log = $Env:ProgramData + "\chocolateypackageupdater\" + $filename
& "Ketarin.exe" /silent /log=$log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants