hi everyone, can anybody point me an example how t...
# typescript
c
hi everyone, can anybody point me an example how to set up logs in Azure App service ?
azure.appservice.AppService
t
I don't think I have an example, but have a look at
logs
and
httpLogs
properties
c
Copy code
logs: {
        httpLogs: {
            fileSystem: {
                retentionInDays: 3,
                retentionInMb: 70,
            },
        },
    },
works as expected
@tall-librarian-49374 hey, how are - may I ask if you are working on https://github.com/pulumi/pulumi-azure/issues/383 ?
t
I am not... It's on @microscopic-florist-22719 now and he's a busy chap.
c
hmm I see
I have to admit this is a true boo boo to have bug like this
t
Agreed