1
1
mirror of https://github.com/tstack/lnav.git synced 2024-10-05 17:17:37 +03:00
lnav/test/logfile_docker_compose.0
Tim Stack 46b2a9f1ee [piper] start support for demux
... and other misc things:

* Bump to C++17
* Add zookeeper_log
2024-04-28 10:01:43 -07:00

23 lines
1.6 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

web-1 | * Serving Flask app 'app.py'
web-1 | * Debug mode: on
web-1 | WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
web-1 | * Running on all addresses (0.0.0.0)
web-1 | * Running on http://127.0.0.1:5000
web-1 | * Running on http://172.18.0.3:5000
web-1 | Press CTRL+C to quit
web-1 | * Restarting with stat
web-1 | * Debugger is active!
web-1 | * Debugger PIN: 593-762-075
redis-1 | 1:C 25 Apr 2024 05:32:35.018 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis-1 | 1:C 25 Apr 2024 05:32:35.018 * Redis version=7.2.0, bits=64, commit=00000000, modified=0, pid=1, just started
redis-1 | 1:C 25 Apr 2024 05:32:35.018 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis-1 | 1:M 25 Apr 2024 05:32:35.019 * monotonic clock: POSIX clock_gettime
redis-1 | 1:M 25 Apr 2024 05:32:35.019 * Running mode=standalone, port=6379.
redis-1 | 1:M 25 Apr 2024 05:32:35.020 * Server initialized
redis-1 | 1:M 25 Apr 2024 05:32:35.022 * Ready to accept connections tcp
redis-1 | 1:signal-handler (1714024483) Received SIGTERM scheduling shutdown...
redis-1 | 1:M 25 Apr 2024 05:54:43.946 * User requested shutdown...
redis-1 | 1:M 25 Apr 2024 05:54:43.946 * Saving the final RDB snapshot before exiting.
redis-1 | 1:M 25 Apr 2024 05:54:43.948 * DB saved on disk
redis-1 | 1:M 25 Apr 2024 05:54:43.948 # Redis is now ready to exit, bye bye...