tlt
tlt

Reputation: 15221

App service logs not turning off after 12 hours

When turning on "Application logging (filesystem)" the tooltip hint says it will turn itself off automatically in 12 hours. From what i see, that sometimes happens but sometimes it stays on for days. I could recognize no pattern when&how it happens.

Could anyone clarify what is expected behavior here, did something with the settings change (but portal info doesn't reflect the change)?...

Upvotes: 1

Views: 499

Answers (1)

Joy Wang
Joy Wang

Reputation: 42063

Based on the SO post:

The reason why this is disabled after 12 hours has to do with the limited set of storage you have on the local file system, which will be 1GB - 250GB depending on your App Service Plan (size).

Maybe there is enough space for logs in the file system that it overrides 12 hours automatic turn off feature.(I am not 100% sure it is correct, if not, please correct me.)

Upvotes: 1

Related Questions