We upgraded to the new DAP CLI 2.0.0 and are trying to use the new logging feature but we're getting
"Error: No such option: --loglevel"
This is our command: dap initdb --table attachments --namespace canvas --loglevel debug
Hi @StevenWalls,
It is because the parameters cannot be provided to the dap client in any order.
"dap --help"starts with this:"Usage: dap [OPTIONS] COMMAND [ARGS]..."
and --loglevel is filed under Options.
So try this:dap --loglevel debug --non-interactive initdb --table attachments --namespace canvas
Hope this helps!
EDUCAUSE is full of inspiration, whether you’re onsite or following from afar. Join the evolution by sharing what sparks your curiosity, the questions you have, and the insights you discover. We'll learn from each other, expand our networks, and strengthen our Community. Your perspective matters, and the more we share,…
Prompted by the most recent Canvas release notes, we looked into the Page Views feature, and we were happy with the new documented changes. However, we notice that more user actions are done by GraphQL API, which does not provide details in the page view report, either in the GUI or in the CSV file download. We and most…
I am currently teaching five courses this semester with more than 70 students. To track their progress, I currently have to review each course and section individually, which is very time-consuming. Ideally, I would like to consolidate key information for all students into a single Excel file—showing class attendance…
Hello, We are currently using the Analytics API provided in the Instructure Developer Documentation Portal to retrieve certain metrics-related data. We would like to know if it’s possible to replicate these datasets using the Canvas Data Platform (CDP), instead of relying on API calls. For example, could you please advise…
Is there a way to tell via CD2 if a course is using Enhanced Rubrics? I didn't see it in the entity diagram for Rubrics table, but I might have missed something... Thanks Ian