Unless I am misunderstanding things rather deeply, I do not believe you need consent to track individuals' activity in your own app, with server-side logging.
You need consent to set cookies that are not relevant to the (user-side) functioning of your app/website—and since that's the only way for you to track users outside your own site (an oversimplification, but close enough), naturally you need it to track them beyond there.
> Unless I am misunderstanding things rather deeply, I do not believe you need consent to track individuals' activity in your own app, with server-side logging.
You would require consent for this as far as I understand.