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
Searched and couldn't find a similar issue.
Currently the chocolatey log name serializes as such:
..\logs\chocolatey.log ..\logs\chocolatey.log.1 ..\logs\chocolatey.log.2
This means that any application I have mapped to open *.log has to be fussed with each time I open a serialized log file.
Would be helpful if the serialized logs still ended in .log.
The text was updated successfully, but these errors were encountered:
This one is pretty easy (I think). Let's see if we can squeeze this into next release
Sorry, something went wrong.
(chocolateyGH-845) Keep the ".log" extension for serialized logs
f0f765a
43aa464
(GH-845) Keep the ".log" extension for serialized logs
d0aac0b
Merge branch 'pr860' into stable
19957f8
* pr860: (GH-845) Keep the ".log" extension for serialized logs
Merge branch 'stable'
de2994f
* stable: (GH-845) Keep the ".log" extension for serialized logs
Merged into stable at 19957f8
ferventcoder
No branches or pull requests
Searched and couldn't find a similar issue.
Currently the chocolatey log name serializes as such:
..\logs\chocolatey.log
..\logs\chocolatey.log.1
..\logs\chocolatey.log.2
This means that any application I have mapped to open *.log has to be fussed with each time I open a serialized log file.
Would be helpful if the serialized logs still ended in .log.
The text was updated successfully, but these errors were encountered: