We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb899db commit 86ef322Copy full SHA for 86ef322
src/main/java/com/embabel/template/ProjectNameApplication.java
@@ -16,13 +16,14 @@
16
package com.embabel.template;
17
18
import com.embabel.agent.config.annotation.EnableAgentShell;
19
-import com.embabel.agent.config.annotation.LoggingTheme;
+import com.embabel.agent.config.annotation.EnableAgents;
20
import org.springframework.boot.SpringApplication;
21
import org.springframework.boot.autoconfigure.SpringBootApplication;
22
23
24
@SpringBootApplication
25
-@EnableAgentShell(loggingTheme = LoggingTheme.STAR_WARS)
+@EnableAgentShell
26
+@EnableAgents(loggingTheme = "starwars")
27
class ProjectNameApplication {
28
public static void main(String[] args) {
29
SpringApplication.run(ProjectNameApplication.class, args);
0 commit comments