Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Enable concurrent log ins for a single user: This will allow multiple browser sessions to connect using the same piDashboard username, if the licence you are using also supports this. If this is not enabled (and/or the licence doesn’t support it) then subsequent logins will succeed, but they will automatically log out prior sessions.

Logging Settings

...

The available logging settings are listed below:

...

Error - A log message at Error level indicates something is broken, while the system is still running

...

Warning - A log message at Warn level is an unintended event that can be recovered

...

Info - Info level message captures a system event e.g. service start/stop, configuration assumptions, etc

...

Setting the log level of an application decides the amount of content to be saved to log files. It means we are interested in the current and above levels.

  • Severity from high to low: Fatal, Error, Warn, Info, Debug, Trace

  • e.g. Setting it to Warn, means

    • Fatal, Error, Warn logs (current and above levels) are output into log files,

    • Info, Debug, Trace logs (lower than this level) are ignored, these events don’t output content to log files

Error is the least granular/least verbose and debug is the most. These settings should be left to ‘Error’ unless you’re trying to investigate an issue.

...