fix(sorcerer): Log redis to stderr
This commit is contained in:
@@ -15,6 +15,7 @@ spec:
|
|||||||
- --maxmemory=$(MAX_MEMORY)Mi # Graceful memory management (90% of limit)
|
- --maxmemory=$(MAX_MEMORY)Mi # Graceful memory management (90% of limit)
|
||||||
- --proactor_threads=1 # Auto-detect CPU cores (optimal threading)
|
- --proactor_threads=1 # Auto-detect CPU cores (optimal threading)
|
||||||
- --cluster_mode=emulated
|
- --cluster_mode=emulated
|
||||||
|
- --logtostderr
|
||||||
- --save_schedule= # Disable continuous saves (cron snapshots only)
|
- --save_schedule= # Disable continuous saves (cron snapshots only)
|
||||||
env:
|
env:
|
||||||
- name: MAX_MEMORY
|
- name: MAX_MEMORY
|
||||||
|
|||||||
Reference in New Issue
Block a user