Open gregorg opened 1 year ago
Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey. Please be sure to review our Code of Conduct. Also, check out some of our community resources including:
There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar. If you have additional questions, email us at saltproject@vmware.com. We’re glad you’ve joined our community and look forward to doing awesome things with you!
Please edit the title to e.g. [BUG] FileNotFoundError in file.append
This behavior occured only via the reactor, on local.file.append
. Not in a state.
Description
In module file.append, FileNotFoundError uncatched exception.
Setup
Salt 3006.4 on Linux Debian Bullseye. Python 3.10.
Steps to Reproduce the behavior
A reactor that append log to a file :
Exception in minion log file :
Expected behavior
Create the file if it doesn't exists.
Versions Report