-
Notifications
You must be signed in to change notification settings - Fork 32
Logs
Starting 1.7.0, logs are provided via the od_log
API provided by macOS and so will be accessible via Console.app
or the log
command line.
As an example, you could use sudo log stream --level debug --predicate 'processImagePath ENDSWITH "Hello IT"'
to stream all events in real time.
And to get past event, use sudo log show --predicate 'processImagePath ENDSWITH "Hello IT"'
.
When using the Console app, be sure to display the library column and in the action menu, select info and debug messages.
The loglevel
key in the outer dictionary of your of com.github.ygini.hello-it
is now deprecated, last supported version was 1.6.0 with asl_log.
Software provided under the BSD 3-clause license. For commercial support and custom development, please contact Abelionni.
- Introduction
- Application Description
- Hello-IT as an LaunchAgent
- Preferences
- Preferences subdomain
- Functions
- Security
- Label translation
- Notifications on state change
- Images
- Logs
- Support and custom requests
- Tell it if you use it!