Hi
I am getting could not resolve type id 'access-json' as a subtype of 
`io.dropwizard.logging.layout.DiscoverableLayoutFactory`

Log format below:

requestLog:
appenders:
- type: file
layout:
type: access-json
timestampFormat: "yyyy-MM-dd'T'HH:mm:ss.SSSZ"
currentLogFilename: request.logz
archivedLogFilenamePattern: request-%d{yyyy-MM-dd}-%i.logz
archivedFileCount: 10
timeZone: UTC
maxFileSize: 10MB

I have added 
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-json-logging</artifactId>
<version>${dropwizard.version}</version>
</dependency>

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"dropwizard-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dropwizard-user/3b9675fd-c84a-4824-bed7-c1fce89bf667n%40googlegroups.com.

Reply via email to