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
-**Logs port**: Default is `7444`, the port for the web socket
101
+
logs.
102
+
-**Encrypted**: Ensure this option is disabled by default.
103
+
Enable it if your Memgraph has SSL enabled.
98
104
99
105
{<h3>Connect</h3>}
100
106
@@ -235,6 +241,11 @@ Configure Memgraph Lab using the following environment variables when running it
235
241
|`ENTERPRISE_LICENSE_ORG_NAME`| Enterprise license organization name. Refer to [documentation](/database-management/enabling-memgraph-enterprise) for details on obtaining and configuring the license |`string`||
236
242
|`ENTERPRISE_LICENSE_KEY`| Enterprise license key. Refer to [documentation](/database-management/enabling-memgraph-enterprise) for details on obtaining and configuring the license |`string`||
237
243
|`KEEP_ALIVE_TIMEOUT_MS`| Max time in milliseconds during which Lab will hold the connection |`integer`|`65000`|
244
+
|`LOG_LEVEL`| Set the log level: `debug`, `info`, `warn`, `error`. |`string`|`"info"`|
245
+
|`LOG_IS_ENABLED`| Enable or disable logging |`boolean`|`true`|
246
+
|`LOG_IS_PRETTY_PRINT`| Pretty print logs and error stacktraces in multi-line JSON format |`boolean`|`true`|
247
+
|`LOG_CONTEXT_IS_ENABLED`| Enable or disable logging of context information (e.g., identifiers, input data, output data) |`boolean`|`false`|
248
+
|`LOG_STACKTRACE_IS_ENABLED`| Enable or disable error stacktraces in the logs |`boolean`|`false`|
238
249
|`MODULE_CONTENT_MAX_LEN`| Max length of a query module content |`integer`|`50000`|
239
250
|`MODULE_NAME_MAX_LEN`| Max length of the query module name |`integer`|`1000`|
240
251
|`MODULE_VALIDATION_IS_ENABLED`| State of module validation |`boolean`|`false`|
0 commit comments