The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
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!
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in