Skip to content
Snippets Groups Projects
Commit e9edc97e authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

Enable access logger

parent 3c679713
No related branches found
No related tags found
2 merge requests!126Production Release | nshmp-ws-static,!125Enable access logger
......@@ -9,6 +9,11 @@ micronaut:
enabled: true
paths: classpath:swagger
mapping: /**
server:
netty:
access-logger:
enabled: true
logger-name: http
nshmp-ws-static:
netcdf-file: ${netcdf:src/main/resources/aashto-example.nc}
......@@ -9,6 +9,11 @@ micronaut:
enabled: true
paths: classpath:swagger
mapping: /**
server:
netty:
access-logger:
enabled: true
logger-name: http
nshmp-ws-static:
netcdf-file: ${netcdf:src/main/resources/hazard-example.nc}
......@@ -9,3 +9,8 @@ micronaut:
enabled: true
paths: classpath:swagger
mapping: /**
server:
netty:
access-logger:
enabled: true
logger-name: http
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