Configures the global logger with new settings. This should be called early in your application initialization.
The logger configuration
configureGlobalLogger({ level: LogLevel.DEBUG, prefix: 'Langfuse SDK', enableTimestamp: true}); Copy
configureGlobalLogger({ level: LogLevel.DEBUG, prefix: 'Langfuse SDK', enableTimestamp: true});
Configures the global logger with new settings. This should be called early in your application initialization.