• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Missing log output
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Missing log output


  • Subject: Missing log output
  • From: Gabriel Zachmann via Cocoa-dev <email@hidden>
  • Date: Mon, 9 Nov 2020 15:10:16 +0100

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 (email@hidden)

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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Missing log output
      • From: Steven Mills via Cocoa-dev <email@hidden>
  • Prev by Date: Re: NSScrollView's custom content inset
  • Next by Date: Re: Missing log output
  • Previous by thread: NSScrollView's custom content inset
  • Next by thread: Re: Missing log output
  • Index(es):
    • Date
    • Thread