mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
[Loc] update to mssql xlf with tracing string (#21593)
This commit is contained in:
@@ -541,6 +541,9 @@
|
||||
<trans-unit id="mssql.tableDesigner.preloadDatabaseModel">
|
||||
<source xml:lang="en">Whether to preload the database model when the database node in the object explorer is expanded. When enabled, the loading time of table designer can be reduced. Note: You might see higher than normal memory usage if you need to expand a lot of database nodes.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.tracing.desc">
|
||||
<source xml:lang="en">Traces the communication between Azure Data Studio and SQL Tools Service to the SQL Tools Service output channel. WARNING: This may include sensitive information when verbose logging is enabled.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.tracingLevel">
|
||||
<source xml:lang="en">[Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information</source>
|
||||
</trans-unit>
|
||||
|
||||
Reference in New Issue
Block a user