Skip to content

Commit bc3d427

Browse files
authored
Merge pull request #7633 from nachoalonsoportillo/patch-13
Fix typo in config setting name
2 parents ce3b6c5 + 1a3d417 commit bc3d427

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/linux/sql-server-linux-configure-mssql-conf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,15 @@ To change this setting, use the following steps:
123123

124124
### <a id="dbmail"></a> Set the default database mail profile for SQL Server on Linux
125125

126-
The **sqlpagent.databasemailprofile** allows you to set the default DB Mail profile for email alerts.
126+
The **sqlagent.databasemailprofile** allows you to set the default DB Mail profile for email alerts.
127127

128128
```bash
129129
sudo /opt/mssql/bin/mssql-conf set sqlagent.databasemailprofile <profile_name>
130130
```
131131

132132
### <a id="agenterrorlog"></a> SQL Agent error logs
133133

134-
The **sqlpagent.errorlogfile** and **sqlpagent.errorlogginglevel** settings allows you to set the SQL Agent log file path and logging level respectively.
134+
The **sqlagent.errorlogfile** and **sqlagent.errorlogginglevel** settings allows you to set the SQL Agent log file path and logging level respectively.
135135

136136
```bash
137137
sudo /opt/mssql/bin/mssql-conf set sqlagent.errorfile <path>

0 commit comments

Comments
 (0)