NASA-AMMOS / aerie-ui

The client application for Aerie.
https://nasa-ammos.github.io/aerie-docs/
MIT License
28 stars 4 forks source link

Update log severity for Debug Statements in `hooks.server.ts` #1233

Closed Mythicaeda closed 2 months ago

Mythicaeda commented 2 months ago

The severity was initially set to console.log, which would lead to the UI logs being flooded with successfully sso'd statements when using an SSO config. I've altered these to console.debug.

Update: as per @duranb's comment, I've instead removed these logs.

Mythicaeda commented 2 months ago

@Mythicaeda sorry...it looks like debug is just an alias for log on node... If you think that it's too verbose, then we could probably just remove it since it seems like it's less necessary to know of the success state.

Oh darn... 😔 I'll remove the statements then.