Paolo Morgano

Results 2 issues of Paolo Morgano

# Checklist * [x] I have checked the [issues list](https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Category%3A+Documentation%22+) for similar or identical bug reports. * [x] I have checked the [pull requests list](https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22Category%3A+Documentation%22) for existing proposed fixes. *...

Issue Type: Bug Report
Category: Documentation

I have a question about logger behavior. I've added the logger init procedure in my Application class: ``` FileLogHandlerConfiguration fileHandler = LoggerConfiguration.fileLogHandler(this); PackageManager m = getPackageManager(); String s = getPackageName();...