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: ...@@ -9,6 +9,11 @@ micronaut:
enabled: true enabled: true
paths: classpath:swagger paths: classpath:swagger
mapping: /** mapping: /**
server:
netty:
access-logger:
enabled: true
logger-name: http
nshmp-ws-static: nshmp-ws-static:
netcdf-file: ${netcdf:src/main/resources/aashto-example.nc} netcdf-file: ${netcdf:src/main/resources/aashto-example.nc}
...@@ -9,6 +9,11 @@ micronaut: ...@@ -9,6 +9,11 @@ micronaut:
enabled: true enabled: true
paths: classpath:swagger paths: classpath:swagger
mapping: /** mapping: /**
server:
netty:
access-logger:
enabled: true
logger-name: http
nshmp-ws-static: nshmp-ws-static:
netcdf-file: ${netcdf:src/main/resources/hazard-example.nc} netcdf-file: ${netcdf:src/main/resources/hazard-example.nc}
...@@ -9,3 +9,8 @@ micronaut: ...@@ -9,3 +9,8 @@ micronaut:
enabled: true enabled: true
paths: classpath:swagger paths: classpath:swagger
mapping: /** 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