You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dropwizard-user
Hi there,
I'm writing a CLI using dropwizard and want to log some stuff during processing. However, my Command doesn't seem to pick up the config.yml settings for logging, and I'm not sure why.
Note that logging does work in my code, but only at the "WARN" level and above (which is probably a default somewhere).
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dropwizard-user
After digging around in Dropwizard source, I was able to produce a workaround where I can override the Bootstrap log level in the Application subclass. However, I still can't modify appenders, etc.
Dimas Guardado
unread,
May 26, 2020, 8:12:37 PM5/26/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message