vadimprt commented on issue #17848: URL: https://github.com/apache/druid/issues/17848#issuecomment-2857382977
@JonathanYakan works! thanks a lot  changed: ``` druid.indexer.logs.type=file druid.indexer.logs.directory=/druid/data/indexing-logs ``` to: ``` druid.indexer.logs.type=azure druid.indexer.logs.container=il3-drd1 druid.indexer.logs.prefix=druid/indexing-logs ``` @gianm should it work also with the default log config? or should it considered as bug? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
