@deephaven/code-studio 0.15.5-vite.12 → 0.15.6-vite.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -30,12 +30,12 @@ One common setup is to override the API server URL to point to another server. F
30
30
  VITE_CORE_API_URL=https://www.myserver.com/notebooks
31
31
  ```
32
32
 
33
- ### REACT_APP_LOG_LEVEL
33
+ ### VITE_LOG_LEVEL
34
34
 
35
35
  Printing detailed logs when debugging can be handy. The highest level of logging is already set in your `.env.development` file. You can change it in `.env.development.local` if desired.
36
36
 
37
37
  ```shell
38
- REACT_APP_LOG_LEVEL=2 # Warn/Error
38
+ VITE_LOG_LEVEL=2 # Warn/Error
39
39
  ```
40
40
 
41
41
  See [@deephaven/log](../log) for more details on the logger.