Skip to content

Commit

Permalink
enable LOG_TO_FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj committed Aug 23, 2024
1 parent bc06c52 commit 16b5348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhands/core/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

DISABLE_COLOR_PRINTING = False
DEBUG = os.getenv('DEBUG', 'False').lower() in ['true', '1', 'yes']
LOG_TO_FILE = os.getenv('LOG_TO_FILE', 'False').lower() in ['true', '1', 'yes']
LOG_TO_FILE = 1

ColorType = Literal[
'red',
Expand Down

0 comments on commit 16b5348

Please sign in to comment.