Default Hub Log File Location Settings
You can configure several HotDocs Hub applications to store their log files in a custom location; the default locations are listed below.
Default log file settings for HotDocs Hub applications
Application | Key | Default Value |
HotDocsAnswers | serilog:write-to:RollingFile.pathFormat | %BASEDIR%\Logs\AnswersHub_{Date}.log |
HotDocsIdentityServer | serilog:write-to:RollingFile.pathFormat | %BASEDIR%\Logs\IdentityServer_{Date}.log |
HotDocsIdentityStore | serilog:write-to:RollingFile.pathFormat | %BASEDIR%\Logs\IdentityStore_{Date}.log |
HotDocsPermissions | serilog:write-to:RollingFile.pathFormat | %BASEDIR%\Logs\PermissionService_{Date}.log |
HotDocsTemplateHubAPI | serilog:write-to:RollingFile.pathFormat | %BASEDIR%\Logs\TemplateHubAPI_{Date}.log |
Default Value
The default value for the application setting is a relative file path to a .log file in the Logs folder inside the Hub application folder.
{Date} application setting in a log file name
The {Date} value in the log file path (see default value in the table above) is a placeholder for an application setting that populates with the date when Hub first creates the log file. If you choose to change the log file settings, it is recommended that you use this placeholder value in your new log file name.
See also