1
1
mirror of https://github.com/tstack/lnav.git synced 2024-10-26 21:19:54 +03:00
lnav/test/expected/test_demux.sh_babab3536a2fc7c2a99847fa355b50d40a51763d.out
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

1.7 KiB

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