Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Server/src/services/tools/read_console.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async def read_console(
unity_instance = get_unity_instance_from_context(ctx)
# Set defaults if values are None
action = action if action is not None else 'get'
types = types if types is not None else ['error', 'warning']
types = types if types is not None else ['error', 'warning', 'log']
format = format if format is not None else 'plain'
# Coerce booleans defensively (strings like 'true'/'false')

Expand Down