You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In Outset Python, when an item was run (e.g., a script in login-once), the logs would show a line like: 2024-01-01 00:00:03 AM - INFO: Processing /usr/local/outset/login-every/login_script.sh
In this rewrite of Outset, this has been assigned as a DEBUG entry in the logs: 2024-01-01 00:00:04 DEBUG: Processing script /usr/local/outset/login-every/login_script.sh
Ideally, the behaviour in this implementation of Outset should match the previous behaviour.
To Reproduce
Place a script in the login-once or login-every folder within /usr/local/outset/, set to executable by all users.
Log in to an account so that Outset runs the item placed in the folder.
Examine the logs (/usr/local/outset/logs/outset.log in this version of Outset, /Users//Library/Logs/outset.log in Outset Python).
Expected behaviour
That the output should be the same or similar between this version of Outset and Outset Python.
Actual Behaviour
Outset Python shows a line like: 2024-01-01 00:00:03 AM - INFO: Processing /usr/local/outset/login-every/login_script.sh
This version of Outset only shows this information if verbose_logging is turned on in its preferences.
System Details:
OS: macOS 13.6.4, 17.4RC
Architecture: Intel and Apple Silicon M1 respectively
Version: 4.1.1.21918
The text was updated successfully, but these errors were encountered:
Yes, the logs do fix the issue I raised, but as you suggested, I can only get verbose logs now. It would be good if you reverted to the previous behaviour now that Info items are the same as in Outset Python.
Describe the bug
In Outset Python, when an item was run (e.g., a script in login-once), the logs would show a line like:
2024-01-01 00:00:03 AM - INFO: Processing /usr/local/outset/login-every/login_script.sh
In this rewrite of Outset, this has been assigned as a DEBUG entry in the logs:
2024-01-01 00:00:04 DEBUG: Processing script /usr/local/outset/login-every/login_script.sh
Ideally, the behaviour in this implementation of Outset should match the previous behaviour.
To Reproduce
Expected behaviour
That the output should be the same or similar between this version of Outset and Outset Python.
Actual Behaviour
Outset Python shows a line like:
2024-01-01 00:00:03 AM - INFO: Processing /usr/local/outset/login-every/login_script.sh
This version of Outset only shows this information if verbose_logging is turned on in its preferences.
System Details:
The text was updated successfully, but these errors were encountered: