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
wrapper | Coding Error. String contains invalid string token for queued logging: Unable to write to the configured log directory: %s (%s)
wrapper | The directory does not exist.
wrapper | Coding Error. String contains invalid string token for queued logging: Unable to write to the configured log file: %s (%s)
wrapper | Falling back to the default file in the current working directory: %s
That warnings dissappear after replacing
wrapper.logfile=%ES_HOME%/work/logs/service.log
with
wrapper.logfile=%ES_HOME%/logs/service.log
Maybe it should be default setting?
The text was updated successfully, but these errors were encountered:
Running the service gives following warnings:
That warnings dissappear after replacing
with
Maybe it should be default setting?
The text was updated successfully, but these errors were encountered: