You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"time":"2024-12-11T15:16:26.898523-06:00","level":"INFO","msg":"warn: Cannot find field on Go struct `pkl.ProjectEvaluatorSettings` matching Pkl property `color`. Ensure the Go structs are up to date with Pkl classes either through codegen or manually adding `pkl` tags."}
{"time":"2024-12-11T15:16:26.898544-06:00","level":"INFO","msg":"warn: Cannot find field on Go struct `pkl.ProjectEvaluatorSettings` matching Pkl property `externalModuleReaders`. Ensure the Go structs are up to date with Pkl classes either through codegen or manually adding `pkl` tags."}
{"time":"2024-12-11T15:16:26.898547-06:00","level":"INFO","msg":"warn: Cannot find field on Go struct `pkl.ProjectEvaluatorSettings` matching Pkl property `externalResourceReaders`. Ensure the Go structs are up to date with Pkl classes either through codegen or manually adding `pkl` tags."}
{"time":"2024-12-11T15:16:26.898551-06:00","level":"INFO","msg":"warn: Cannot find field on Go struct `pkl.Project` matching Pkl property `annotations`. Ensure the Go structs are up to date with Pkl classes either through codegen or manually adding `pkl` tags."}
Utilizing:
pkl:
0.27.1
on MacOSpkl-go:
0.8.1
I receive these info logs:
Code:
Ideally it would be useful to be able suppress logging, in the event of a delay/mismatch between the
pkl
release and the language binding.The text was updated successfully, but these errors were encountered: