KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Debug Log difference: Client vs. Server
PRODUCT: 4D | VERSION: 11.4 | PLATFORM: Mac & Win
Published On: May 14, 2009

The debug log can be started on both the client and the server, but they act independently of each other.

Starting the debug log on a client saves information regarding events in a debug log file on the client machine and the information saved is specific to that client. Starting the debug log from a client does not affect the server or any other clients. It only creates a debug log for that specific client and saves the event information for that specific client.

Starting the debug log on the Server saves information regarding events in a debug log file on the server machine and the information saved is specific to the server. Starting the debug log on the server does not affect any of the clients. It only creates a debug log and save information for the server and saves the event information for the server.

Commented by Justin Leavens on January 20, 2011 at 10:50 PM
Does the LOG EVENT command with the "Into 4D Commands Log" input feed into the debug log file?
Commented by Jesse Pina on May 22, 2009 at 10:30 AM
Turning on the Debug Log on the client side can be very useful for troubleshooting issues that only occur on specific clients.