mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
6da143898b
Co-authored-by: phernandez <phernandez@basicmachines.co>
5 lines
150 B
Python
5 lines
150 B
Python
from basic_memory.config import config
|
|
|
|
# set config.env to "test" for pytest to prevent logging to file in utils.setup_logging()
|
|
config.env = "test"
|