Skip to content

Commit c21e1d9

Browse files
authored
Update configure-language-java-deploy-run.md
1 parent 547ce01 commit c21e1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/configure-language-java-deploy-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ az webapp config appsettings set --resource-group myResourceGroup --name myApp -
537537
<Valve prefix="site_access_log.${catalina.instance.name}" pattern="%h %l %u %t &quot;%r&quot; %s %b %D %{x-arr-log-id}i" directory="${site.logdir}/http/RawLogs" maxDays="${site.logRetentionDays}" className="org.apache.catalina.valves.AccessLogValve" suffix=".txt"/>
538538
```
539539
* `directory` is set to `AZURE_LOGGING_DIR`, which defaults to `home\logFiles`
540-
* `maxDays` is to `WEBSITE_HTTPLOGGING_RETENTION_DAYS`, which defaults to `0` [forever]
540+
* `maxDays` is to `WEBSITE_HTTPLOGGING_RETENTION_DAYS`, which defaults to `7` to align with Application Logging defaults on the platform.
541541

542542
On Linux, it has all of the same customization, plus:
543543

0 commit comments

Comments
 (0)