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
When I run hrafnar and the hrafnar-projects directory doesn't exist, no message appears in console currently.
I think an error message should be shown.
The text was updated successfully, but these errors were encountered:
The message, which is Hrafnar.logSettings, sometimes appears, other times does not and other times only a part of the message appears. (e.g. HRAF_DASHBORAD_PORT does not appear but HRAF_ODIN_HOST appears.)
The cause of this problem is unknown, but I can say now that there is no relation between this problem and the absence of the hrafnar-projects directory!
Additionally, the error message about the directory's absence is shown not when Hrafnar starts to run but when Hrafnar's web API is called. So error handlings are alright.
ikngtty
changed the title
general error handlings of hrafnar server
Debug logs about configurations are sometimes shown and other times not shown.
Jan 8, 2020
Actually, I have an idea to to solve this problem.
The logger consist of two threads, one broadcasts logs toward listeners, one relays logs to the broadcaster. The reason why logs don't appear is probably that logs come faster than the broadcaster started.
derived from #45
The text was updated successfully, but these errors were encountered: