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
Copy file name to clipboardExpand all lines: local-tests/setup/tinny-config.ts
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,18 @@ export interface ProcessEnvs {
28
28
*/
29
29
DEBUG: boolean;
30
30
31
+
/**
32
+
* The log format to use for structured logging. Can be 'text', 'json', or 'datadog'.
33
+
* Defaults to 'json' for test environments.
34
+
*/
35
+
LOG_FORMAT: 'text'|'json'|'datadog';
36
+
37
+
/**
38
+
* The service name to use in structured logs. Helps identify test logs in monitoring systems.
39
+
* Defaults to 'tinny-tests'.
40
+
*/
41
+
SERVICE_NAME: string;
42
+
31
43
/**
32
44
* Capacity Credits: In order to execute a transaction with Lit, you’ll need to reserve capacity on the network using Capacity Credits. These allow holders to reserve a set number of requests over a desired period of time (by default expiration set to 2 days)
0 commit comments