Skip to content

Commit 2326318

Browse files
Remove reference to Tableau Server username.
1 parent ed86031 commit 2326318

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/server-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,14 +314,14 @@ For extended logging (e.g. for auditing purposes) additional logging can be turn
314314
on with setting `TABPY_LOG_DETAILS` configuration file parameter to `true`.
315315

316316
With the feature on additional information is logged for HTTP requests: caller ip,
317-
URL, client infomation (Tableau Desktop\Server), Tableau user name (for Tableau Server)
318-
and TabPy user name as shown in the example below:
317+
URL, client infomation (Tableau Desktop\Server) and TabPy user name as shown in
318+
the example below:
319319

320320
<!-- markdownlint-disable MD013 -->
321321
<!-- markdownlint-disable MD040 -->
322322

323323
```
324-
2019-05-02,13:50:08 [INFO] (base_handler.py:base_handler:90): Call ID: 934073bd-0d29-46d3-b693-b1e4b1efa9e4, Caller: ::1, Method: POST, Resource: http://localhost:9004/evaluate, Client: Postman for manual testing, Tableau user: ogolovatyi
324+
2019-05-02,13:50:08 [INFO] (base_handler.py:base_handler:90): Call ID: 934073bd-0d29-46d3-b693-b1e4b1efa9e4, Caller: ::1, Method: POST, Resource: http://localhost:9004/evaluate, Client: Postman for manual testing
325325
2019-05-02,13:50:08 [DEBUG] (base_handler.py:base_handler:120): Checking if need to handle authentication, <<
326326
call ID: 934073bd-0d29-46d3-b693-b1e4b1efa9e4>>
327327
2019-05-02,13:50:08 [DEBUG] (base_handler.py:base_handler:120): Handling authentication, <<call ID: 934073bd-

0 commit comments

Comments
 (0)