Change log level to warn
when experience continuity is enabled
#82
Labels
enhancement
New feature or request
warn
when experience continuity is enabled
#82
Is your feature request related to a problem?
The current SDK (we're using the Go SDK) logs a message at the level of
ERROR
when a flag hasexperience continuity
enabled. The log message looks like this:Unless I'm reading the docs incorrectly, or misunderstanding the
experience continuity
feature, an actual error did not occur. Rather, the log statement is simply noting that flags are not being evaluated locally, but being evaluated by 1 or more calls to Posthog. Thus, depending on the number of flags defined, the application could experience performance issues.Describe the solution you'd like
The problem with logging the above statement at the
ERROR
level is that it gives the false impression that some kind of error occurred. It'd be helpful to change this statement to be more accurate. Some options that I can think of:WARN
Thanks for all the hard work you all put into Posthog!
The text was updated successfully, but these errors were encountered: