Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I hide event log in IntellijIdea?

I was unable to find an option allowing to do this. Note that I know how can I hide event log window, I want to hide also its summary form (text on the status bar with icon allowing to bring event log window back).

Ability to filter messages also would solve this problem.

a busy cat

I marked parts of interface that I want to remove.

It is distracting and in my experience it never has an important information.

Even the official documentation has

shows the information about "important" events

(scare quotes are present in original).

like image 983
reducing activity Avatar asked Dec 30 '14 06:12

reducing activity


People also ask

Where is Event Log in IntelliJ?

Notifications tool window has replaced Event Log that existed in earlier versions of the IDE. All notifications and events that occur in IntelliJ IDEA are gathered in the Notifications tool window. You can open the tool window by clicking the corresponding tool window bar on the right side of the editor.

How do I unhide the menu bar in IntelliJ?

The main toolbar with buttons for opening and saving files, undo and redo actions is hidden by default. To show it, select View | Appearance | Toolbar.

How can I see all logs in IntelliJ?

In the run/debug configuration that will be used for launching the app, click the Logs tab. The Edit Log Files Aliases table displays the list of log files. Specify the log Alias (the name that will be displayed in the tool window tabs) and the path to the log file.

How do I view git log in IntelliJ?

One way to open the Git tool window is to hover over the quick access button in the bottom left of the IntelliJ IDEA window, and select Git. This will open the Git Log tool window. Alternatively, you can use ⌘9 (macOS), or Alt+9 (Windows/Linux), to open the Git Log tool window.


1 Answers

You can toggle event log window from menu - View->Tool Windows->Event Log.

Or, you can also hide it by clicking on the icon on the top-right of the Event Log window. The icon looks like a bar (half black and half white) with an arrow facing downward.

If you don't want anything on the Event Log Window, go to Prefrences and disable Notifications. Event Log Window displays notifications so you can disable notification and nothing will be logged.

like image 62
Abhay PS Avatar answered Oct 19 '22 15:10

Abhay PS