-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add verbose logs mention to CONTRIBUTING.md #6703
Conversation
docs/CONTRIBUTING.md
Outdated
The logs are kept in a central location - on Linux, they are in | ||
`$XDG_DATA_HOME/enso/log` ( usually `~/.local/share/enso/log`), and on Windows | ||
they are in `%APPDATA%\enso\log`. The log level name consists of the timestamp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The logs are kept in a central location - on Linux, they are in | |
`$XDG_DATA_HOME/enso/log` ( usually `~/.local/share/enso/log`), and on Windows | |
they are in `%APPDATA%\enso\log`. The log level name consists of the timestamp | |
The logs are kept in a central location `$ENSO_DATA_DIRECTORY/log` - on Linux, | |
they are in `$XDG_DATA_HOME/enso/log` (usually `~/.local/share/enso/log`), and | |
on Windows they are in `%APPDATA%\enso\log`, see | |
[distribution.md](distribution/distribution.md) for details. The log level name | |
consists of the timestamp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically the location is described as ENSO_DATA_DIRECTORY/log
https://github.com/enso-org/enso/blob/develop/docs/distribution/distribution.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, I'm not sure if the suggestion above is properly formatted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have run ./run fmt
, so it should be OK now.
…z-6260 * develop: Add verbose logs mention to CONTRIBUTING.md (#6703) Hide "shared with" column on local backend (#6684) Fix top bar styles (#6695) Fix opening cloud projects (#6683) Show spinner when opening/creating a project (#6321) Fix logic for enabling dashboard (#6696) Create unique atom getter suggestions (#6694) Ensure slow shutdown of LS always kicks off hooks (#6665) Fix `--startup.project` to bypass opening dashboard (#6671)
Pull Request Description
Important Notes
Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Java,
and
Rust
style guides. In case you are using a language not listed above, follow the Rust style guide.
./run ide build
.