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
I tried to use config.json file as my config file, however I received this error while starting the application:
"No such file or directory , [my path to config file] \config.toml"
I thought that the opcua logger uses either "toml" or "json" file as your read.md says:
I am thinking of the code here under config.js:
It only looks for the config.toml file, but doesn't have logic on when the toml file is not available that it should look for config.json file instead.
Thank You.
Regards,
Henjoe
The text was updated successfully, but these errors were encountered:
Hi @coussej ,
I tried to use config.json file as my config file, however I received this error while starting the application:
"No such file or directory , [my path to config file] \config.toml"
I thought that the opcua logger uses either "toml" or "json" file as your read.md says:
I am thinking of the code here under config.js:
It only looks for the config.toml file, but doesn't have logic on when the toml file is not available that it should look for config.json file instead.
Thank You.
Regards,
Henjoe
The text was updated successfully, but these errors were encountered: