Where are the logs? #602
|
Where can I find the logs of network connections managed by LuLu? Which ones were allowed, which ones reject, etc. Logs that one can use for forensics and such. Dose Lulu keep those? |
Answered by
objective-see
Feb 1, 2025
Replies: 1 comment
|
LuLu uses the macOS's unified logging mechanism. You can watch the log messages in real time in the terminal via: You can extract persistent log messages via: Note: Most of LuLu's log messages are debug msgs that macOS doesn't save, however user responses, etc are saved. |
0 replies
Answer selected by
objective-see
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
LuLu uses the macOS's unified logging mechanism.
You can watch the log messages in real time in the terminal via:
log stream --level debug --predicate="subsystem='com.objective-see.lulu'"You can extract persistent log messages via:
log show --predicate="subsystem='com.objective-see.lulu'"Note: Most of LuLu's log messages are debug msgs that macOS doesn't save, however user responses, etc are saved.