Commit 0a7a5699 by Billy Larru

[EDIT log info]

parent 5ab90dbc
......@@ -20,8 +20,8 @@ public class Main {
private static final Logger log = LogManager.getLogger(Main.class);
public static void main(String[] args) {
setLogLevel(Level.TRACE);//DESARROLLO
// setLogLevel(Level.INFO);//PRODUCCION
// setLogLevel(Level.TRACE);//DESARROLLO
setLogLevel(Level.INFO);//PRODUCCION
log.info("Inicializando programa [Salidas Automaticas]...");
Date horaInicio = Metodos.getHoraEjecucion("12:30");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment