I have one user who has a problem with my Mac app (macOS Catalina),
so I sent him a version that contains more log output.
He has returned the log output, but, alas, it does not contain the new log 
output.
In fact, it contains less output, even some lines are missing that I am 
outputting in the regular app, too.

Can anyone think of a reason why the user might get less log output than I do?

In more details, my app (written in Swift) logs info using NSLog, like so:

   NSLog( "App group container: %@", container_group_url_!.path )

I asked the user to extract the log message using this command in the Terminal:

   log show --start "2020-07-06 08:20:00" --predicate 'process == "Name of 
App"' --info --debug

On my end , this works fine. One his side, it also works but only prints a few 
log lines, much less than what I get. Certain log lines, which should be in the 
output in any case, are not there.
(The user did insert the correct time & date in the command.)

So, I am a bit stymied - how can I get *all* the log info I am outputting in my 
app?

Thanks a lot in advance for all kinds of hints and insights.

Best regards, Gabriel




Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to