I work for a large company that has an internal logging environment and I'm trying to figure out what the external equivalent is. Basically, I want to add logging statements throughout my app, I want those statements to get pushed to some external store and I want to query that store later (ideally using a UI but SQL might work as well). I would like access to that store within minutes and I doubt the amount of data will be significant at least for now. I'm building a python (flask) app if that changes anything.<p>The solutions I've considered are DataDog and AppDynamics but they seem to focus on the server health instead of the application logs which is what I want.<p>I would prefer not to build my own solution here. Is this a solved problem?
We used to push application logs to <a href="https://logentries.com/" rel="nofollow">https://logentries.com/</a> "With our free plan you can send up to 5 GB of data per month and store the last 7 days of data. The free product is available at the end of your unlimited 30 day trial."<p><a href="https://www.splunk.com/" rel="nofollow">https://www.splunk.com/</a> allows 500MB/day free.
Four key considerations to logging approach in PHP, Python, or Ruby
<a href="https://www.loggly.com/blog/four-key-considerations-guide-logging-approach-php-python-ruby/" rel="nofollow">https://www.loggly.com/blog/four-key-considerations-guide-lo...</a><p>Symfony is a PHP framework
<a href="https://github.com/symfony/symfony" rel="nofollow">https://github.com/symfony/symfony</a><p>Symfony Using the Logger
<a href="https://symfony.com/doc/current/components/console/logger.html#index-0" rel="nofollow">https://symfony.com/doc/current/components/console/logger.ht...</a><p>YII 2.0 LOGGING AND PSR-3
<a href="https://en.rmcreative.ru/blog/yii-2.0-logging-and-psr-3/" rel="nofollow">https://en.rmcreative.ru/blog/yii-2.0-logging-and-psr-3/</a><p>Yii 2.0 log target that is able to write messages to PSR-3 compatible logger
<a href="https://github.com/samdark/yii2-psr-log-target" rel="nofollow">https://github.com/samdark/yii2-psr-log-target</a><p>APIx Log, very thin PSR-3 logger
<a href="https://github.com/apix/log" rel="nofollow">https://github.com/apix/log</a><p>4 Node.js Logging libraries which make sophisticated logging simpler
<a href="https://www.loggly.com/blog/node-js-libraries-make-sophisticated-logging-simpler/" rel="nofollow">https://www.loggly.com/blog/node-js-libraries-make-sophistic...</a><p>Github: psr-3
<a href="https://github.com/topics/psr-3" rel="nofollow">https://github.com/topics/psr-3</a><p>cutelog – GUI for Python's logging module
<a href="https://github.com/Busimus/cutelog" rel="nofollow">https://github.com/Busimus/cutelog</a><p>Python Logging Cookbook
<a href="https://docs.python.org/3/howto/logging-cookbook.html" rel="nofollow">https://docs.python.org/3/howto/logging-cookbook.html</a>