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

fix: remove deprecated launchd job key #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jahkeup
Copy link
Member

@jahkeup jahkeup commented Oct 24, 2022

Issue #, if available:

n/a

Description of changes:

This removes the Debug setting from the ec2-macos-init launchd job as currently (on Ventura) the launchd logs indicate the Debug key is deprecated.

2022-10-24 10:49:38.031943 (com.amazon.ec2.macos-init) <Error>: The Debug key is no longer respected. Please remove it.

I checked the open source releases of launchd to see if there's more context but couldn't find a comment in the available artifacts. That said, the man pages don't include a deprecation message, but clearly the launchd process thinks they're deprecated (see logs above). I'm inclined to trust the source (of launchd) here.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

This removes the Debug setting from the `ec2-macos-init` launchd
job as currently (on Ventura) the launchd logs indicate the key is
deprecated.

  2022-10-24 10:49:38.031943 (com.amazon.ec2.macos-init) <Error>: The Debug key is no longer respected. Please remove it.

Signed-off-by: Jacob Vallejo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant