Skip to content

Commit 6b1622c

Browse files
committed
Added logging info
1 parent d4120b6 commit 6b1622c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,21 @@ On some system, many mixers could be installed making librespot-java playback on
5151

5252
## Build it
5353
This project uses [Maven](https://maven.apache.org/), after installing it you can compile with `mvn clean package` in the project root, if the compilation succeeds you'll be pleased with a JAR executable in `core/target`.
54-
5554
To run the newly build jar run `java -jar ./core/target/librespot-core-jar-with-dependencies.jar`.
5655

5756
## Protobuf generation
5857
The compiled Java protobuf definitions aren't versioned, therefore, if you want to open the project inside you're IDE, you'll need to run `mvn compile` first to ensure that all the necessary files are created.
5958
The `com.spotify` package is reserved for the generated files.
6059

60+
## Logging
61+
The application uses Log4J for logging purposes, the configuration file is placed inside `core/src/main/resources` or `api/src/main/resources` depending on what you're working with.
6162

6263
## Related Projects
6364
- [librespot](https://github.com/librespot-org/librespot)
6465
- [ansible-role-librespot](https://github.com/xMordax/ansible-role-librespot/tree/master) - Ansible role that will build, install and configure librespot-java.
6566
- [spocon](https://github.com/spocon/spocon) - Install librespot-java from APT
6667

6768
# Special thanks
68-
6969
- All the developers of [librespot](https://github.com/librespot-org/librespot) which started this project in Rust
7070
- All the contributors of this project for testing and fixing stuff
7171
- <a href="https://www.yourkit.com/"><img src="https://www.yourkit.com/images/yklogo.png" height="20"></a> that provided a free license for their [Java Profiler](https://www.yourkit.com/java/profiler/)

0 commit comments

Comments
 (0)