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
This issue aims to refactor the Go code to use the log/slog package instead of a custom-made one. Then, we can use the tint package to make the log pretty in the local environment. By default, the log handler should be JSON or something that is easy to parse automatically in a cloud environment.
The text was updated successfully, but these errors were encountered:
📚 Context
This issue aims to refactor the Go code to use the
log/slog
package instead of a custom-made one. Then, we can use thetint
package to make the log pretty in the local environment. By default, the log handler should be JSON or something that is easy to parse automatically in a cloud environment.The text was updated successfully, but these errors were encountered: