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
Java fjåge has a nice logging API that rides on Java logging framework. Currently the Julia fjåge relies on Julia logging, but this is not ideal. Two things that may warrant consideration:
Implement a common logging API that logs to a single file across Java and Julia
Use same log format as Java version, so that log files are compatible
Enable agent-level settings for log levels (loglevel!(::Agent, level))
The text was updated successfully, but these errors were encountered:
Java fjåge has a nice logging API that rides on Java logging framework. Currently the Julia fjåge relies on Julia logging, but this is not ideal. Two things that may warrant consideration:
loglevel!(::Agent, level)
)The text was updated successfully, but these errors were encountered: