Skip to content

Commit 4ccc048

Browse files
committed
refactor(SocketClient): update log file path, enable process ID display in logging settings
1 parent 863b07f commit 4ccc048

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/examples/adaptors/socket_client.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212

1313
logging_config = LoggingConfig(
1414
LoggingSettings(
15-
enable_tracing=True, file_path="./log/app-client.log", enable_file_logging=True
15+
enable_tracing=True,
16+
file_path="./logs/app-client.log",
17+
enable_file_logging=True,
18+
show_process_id=True,
1619
)
1720
)
1821
trace_id = "123456"

0 commit comments

Comments
 (0)