Skip to content
Snippets Groups Projects
Unverified Commit 82819feb authored by Cam Saül's avatar Cam Saül
Browse files

More concise error logging :warning:

parent 634daf53
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@
;; if for some reason we can't expand the Card (i.e. it's an invalid legacy card)
;; just return a set of permissions that means no one will ever get to see it
(catch Throwable e
(log/warn "Error getting permissions for card:" e)
(log/warn "Error getting permissions for card:" (.getMessage e) "\n" (u/pprint-to-str (u/filtered-stacktrace e)))
#{"/db/0/"}))) ; DB 0 will never exist
(defn- permissions-path-set:native [read-or-write {database-id :database}]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment